RosettaCodeData/Task/Hello-world-Standard-error/OCaml/hello-world-standard-error-3.ml

3 lines
93 B
OCaml
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let msg = "Goodbye, World!\n" in
ignore(Unix.write Unix.stderr msg 0 (String.length msg)) ;;