weeks1to2/Example/cloop
2017-08-14 11:34:33 +10:00

7 lines
62 B
Text

x = [1, 2, 3, 4, 5]
for i in x do
puts i
end
puts "Done!"