Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

Contains the main method enabling the program to be run as an application. To run the program, the user should provide a filename on the command line, for a file containing a description of the world.


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

Method Detail

main

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