5 lines
86 B
OCaml
5 lines
86 B
OCaml
let x = "hello world" in
|
|
print_endline x
|
|
|
|
|
|
let () = print_endline "Hello, World!"
|