dockers/assembly/code/helloworld.hla
2023-01-26 21:07:56 +00:00

9 lines
119 B
Plaintext

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