RosettaCodeData/Task/Hello-world-Text/Sather/hello-world-text.sa
2015-11-18 06:14:39 +00:00

5 lines
68 B
Text

class GOODBYE_WORLD is
main is
#OUT+"Hello world!\n";
end;
end;