RosettaCodeData/Task/Hello-world-Text/Sather/hello-world-text.sa
2023-07-01 13:44:08 -04:00

5 lines
68 B
Text

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