RosettaCodeData/Task/Hello-world-Text/HLA/hello-world-text.hla

8 lines
120 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
program goodbyeWorld;
#include("stdlib.hhf")
begin goodbyeWorld;
stdout.put( "Hello world!" nl );
end goodbyeWorld;