RosettaCodeData/Task/Hello-world-Standard-error/OCaml/hello-world-standard-error-3.ocaml
2023-07-01 13:44:08 -04:00

2 lines
93 B
Text

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