RosettaCodeData/Task/Hello-world-Standard-error/OCaml/hello-world-standard-error-3.ocaml
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
93 B
Text

let msg = "Goodbye, World!\n" in
ignore(Unix.write Unix.stderr msg 0 (String.length msg)) ;;