2 lines
85 B
OCaml
2 lines
85 B
OCaml
output_string stderr "Goodbye, World!\n";
|
|
Printf.fprintf stderr "Goodbye, World!\n";
|