3 lines
93 B
OCaml
3 lines
93 B
OCaml
|
|
let msg = "Goodbye, World!\n" in
|
||
|
|
ignore(Unix.write Unix.stderr msg 0 (String.length msg)) ;;
|