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

3 lines
45 B
Plaintext

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