assembly-workspace-template/code/helloworld.hla
2022-11-24 01:34:28 +00:00

9 lines
119 B
Plaintext

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