RosettaCodeData/Task/Repeat-a-string/Rust/repeat-a-string-2.rust

2 lines
36 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
"ha".repeat(5); // ==> "hahahahaha"