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

6 lines
65 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class MAIN is
main is
#ERR + "Hello World!\n";
end;
end;