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