RosettaCodeData/Task/Repeat-a-string/ReScript/repeat-a-string.res

2 lines
35 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
Js.log(Js.String2.repeat("ha", 5))