assembly-workspace-template/code/helloworld.hla

9 lines
119 B
Plaintext
Raw Normal View History

2022-11-24 01:34:28 +00:00
program helloWorld;
#include( "stdlib.hhf" );
begin helloWorld;
stdout.put( "Hello, world", nl );
end helloWorld;