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