9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
|
program helloWorld;
|
||
|
#include( "stdlib.hhf" );
|
||
|
|
||
|
begin helloWorld;
|
||
|
|
||
|
stdout.put( "Hello, world", nl );
|
||
|
|
||
|
end helloWorld;
|