5 lines
86 B
Text
5 lines
86 B
Text
a = open("input.txt")
|
|
while not eof(a)
|
|
line input #a linea$
|
|
print linea$
|
|
wend
|