Class Exercise2_1

java.lang.Object
  extended byExercise2_1

public class Exercise2_1
extends java.lang.Object

Exercise 2.1 the famous hello world example

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

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

Constructor Detail

Exercise2_1

public Exercise2_1()
Method Detail

main

public static void main(java.lang.String[] args)
The main method. Where all Java programs start!