4 lines
39 B
Crystal
4 lines
39 B
Crystal
|
|
while (line = io.gets)
|
||
|
|
puts line
|
||
|
|
end
|