RosettaCodeData/Task/Repeat-a-string/Ruby/repeat-a-string.rb

2 lines
29 B
Ruby
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
"ha" * 5 # ==> "hahahahaha"