open
(
"STDIN"
);
while
(<
STDIN
> )
{
chomp
;
print
"["
.
$_
.
"]
\n
"
;
}