CS 112
hellow.p


{grendel} % more hellow.p

program FirstRun(output);
begin
writeln('Hello world!')
end.

{grendel} % pc hellow.p
{grendel} % a.out
Hello world!
{grendel} % exit
exit