4 lines
95 B
Text
4 lines
95 B
Text
with infile "input.txt"
|
|
with outfile "output.txt"
|
|
whilet line (read_line)
|
|
prn line
|