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

6 lines
68 B
Plaintext

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