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

3 lines
45 B
OCaml

# "Hello world";;
- : string = "Hello world"