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

2 lines
36 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
"ha".repeat(5); // ==> "hahahahaha"