RosettaCodeData/Task/Repeat-a-string/OCaml/repeat-a-string-2.ml

2 lines
52 B
OCaml

val string_repeat : string -> int -> string = <fun>