Removing uneeded file.
[and.git] / PC^2 / pc2board / samps / hello.pas
blob18c5a87f0050fa2a687e669e2950ad4ba4986c70
4 * File: hello.pas
5 * Purpose: prints hello world
6 * Author: pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
8 * $Id: hello.pas,v 1.3 1999/10/20 04:51:23 laned Exp $
12 begin
14 writeln('hello world');
16 end.
18 { EOF }