2 lines
73 B
Rust
2 lines
73 B
Rust
|
|
std::iter::repeat("ha").take(5).collect::<String>(); // ==> "hahahahaha"
|