7 lines
110 B
Text
7 lines
110 B
Text
program helloWorld;
|
|
#include("stdlib.hhf")
|
|
begin helloWorld;
|
|
|
|
stdout.put("Hello World" nl);
|
|
|
|
end helloWorld;
|