RosettaCodeData/Task/Hello-world-Standard-error/OCaml/hello-world-standard-error-3.ml
2024-10-16 18:07:41 -07:00

2 lines
93 B
Standard ML

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