RosettaCodeData/Task/Literals-String/OCaml/literals-string-5.ml

5 lines
68 B
OCaml

# {id|
Hello World!
|id} ;;
- : string = "\n Hello World!\n"