4 lines
48 B
Perl
4 lines
48 B
Perl
|
while ($temp = <STDIN>) {
|
||
|
print $temp;
|
||
|
}
|