RosettaCodeData/Task/Input-loop/Crystal/input-loop-2.cr
2026-04-30 12:34:36 -04:00

3 lines
39 B
Crystal

while (line = io.gets)
puts line
end