RosettaCodeData/Task/Hello-world-Standard-error/Seed7/hello-world-standard-error.seed7
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
113 B
Text

$ include "seed7_05.s7i";
const proc: main is func
begin
writeln(STD_ERR, "Goodbye, World!");
end func;