RosettaCodeData/Task/Hello-world-Standard-error/Sather/hello-world-standard-error.sa

6 lines
65 B
Plaintext

class MAIN is
main is
#ERR + "Hello World!\n";
end;
end;