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

2 lines
85 B
OCaml

output_string stderr "Goodbye, World!\n";
Printf.fprintf stderr "Goodbye, World!\n";