edu.trinity.cs.bmassing.simple
Class Hello

java.lang.Object
  extended by edu.trinity.cs.bmassing.simple.Hello

public class Hello
extends java.lang.Object

This is my class for my hello world program.


Constructor Summary
Hello()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main program. (Duh.)

Parameters:
args - command-line arguments