RosettaCodeData/Task/Hello-world-Standard-error/OCaml/hello-world-standard-error-2.ocaml

3 lines
85 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
output_string stderr "Goodbye, World!\n";
Printf.fprintf stderr "Goodbye, World!\n";