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