RosettaCodeData/Task/Hello-world-Standard-error/Genie/hello-world-standard-error.genie
2023-07-01 13:44:08 -04:00

8 lines
128 B
Text

[indent=4]
/*
Hello, to Standard error, in Genie
valac helloStderr.gs
*/
init
stderr.printf("%s\n", "Goodbye, World!")