RosettaCodeData/Task/Repeat-a-string/Rust/repeat-a-string-2.rs
2024-10-16 18:07:41 -07:00

1 line
36 B
Rust

"ha".repeat(5); // ==> "hahahahaha"