Removing uneeded file.
[and.git] / PC^2 / pc2judge / samps / hello.cpp
blobc8101543177b25e7df1e749e709ffef315367fc7
2 //
3 // File: hello.cpp
4 // Purpose: prints hello world
5 // Author: pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
6 //
7 // $Id: hello.cpp,v 1.3 1999/10/20 04:51:23 laned Exp $
8 //
10 #include <iostream.h>
12 main()
14 cout << "hello world\n";
17 // eof