2 lines
62 B
Text
2 lines
62 B
Text
|
|
str_repeat n::int s::string = string $ take n $ cycle (s:[]);
|