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

3 lines
60 B
OCaml

# string_repeat "Hiuoa" 3 ;;
- : string = "HiuoaHiuoaHiuoa"