3 lines
60 B
Text
3 lines
60 B
Text
while !eof(stdin)
|
|
write(stdout, read(stdin, UInt8))
|
|
end
|
while !eof(stdin)
|
|
write(stdout, read(stdin, UInt8))
|
|
end
|