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

7 lines
120 B
Text

program goodbyeWorld;
#include("stdlib.hhf")
begin goodbyeWorld;
stdout.put( "Hello world!" nl );
end goodbyeWorld;