hello

world

aaa

abc

ddddd

efg

iiiii

code

(1..10).each do |i|
  p i
  puts "hoge"
end

image