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

2 lines
85 B
Text

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