Removing uneeded file.
[and.git] / PC^2 / pc2admin / samps / hello.java
blobc91beb43548f724c2feafbaace9120d7f3541871
2 //
3 // File: hello.java
4 // Purpose: prints hello world
5 // Author: pc2@ecs.csus.edu or http://www.ecs.csus.edu/pc2
6 // Oct 13 1998
7 //
8 // $Id: hello.java,v 1.3 1999/10/20 04:51:23 laned Exp $
9 //
11 public class hello {
12 public static void main(String[] args)
14 System.out.println("Hello World.");
18 // eof