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

6 lines
113 B
Text

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