examples
Class HelloWorldExample

java.lang.Object
  |
  +--examples.HelloWorldExample

public class HelloWorldExample
extends java.lang.Object

Example which generates a class which prints "Hello World!" to standard output.


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

Constructor Detail

HelloWorldExample

public HelloWorldExample()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception