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