
{
*
* File:    hello.pas
* Purpose: prints hello world
* Author:  pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
*
* $Id: hello.pas 326 2006-10-25 02:53:57Z laned $
*
}

begin

    writeln('Hello World.');

end.

{ EOF }
