RosettaCodeData/Task/Hello-world-Text/Sather/hello-world-text.sa

6 lines
68 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class GOODBYE_WORLD is
main is
2015-11-18 06:14:39 +00:00
#OUT+"Hello world!\n";
2013-04-10 21:29:02 -07:00
end;
end;