helloworld
Class HelloWorld

java.lang.Object
  extended by helloworld.HelloWorld

public class HelloWorld
extends java.lang.Object

A friendly class


Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] args)