2 lines
43 B
Text
2 lines
43 B
Text
|
|
puts (1..5).map { |i| "*" * i }.join("\n")
|
|
|
puts (1..5).map { |i| "*" * i }.join("\n")
|