4 lines
39 B
Crystal
4 lines
39 B
Crystal
|
|
io.each_line do |line|
|
||
|
|
puts line
|
||
|
|
end
|