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

6 lines
68 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class GOODBYE_WORLD is
main is
#OUT+"Hello world!\n";
end;
end;