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