program helloworld;
#include(
“
stdlib.hhf
“
)
begin helloworld;
stdout.put(
“
Hello,world!!!
“
, nl);
end helloworld;
program helloworld;
#include(
“
stdlib.hhf
“
)
begin helloworld;
stdout.put(
“
Hello,world!!!
“
, nl);
end helloworld;