RosettaCodeData/Task/Hello-world-Text/HLA/hello-world-text.hla
2015-11-18 06:14:39 +00:00

7 lines
120 B
Text

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