control
Class EntryPoint

java.lang.Object
  extended by control.EntryPoint

public class EntryPoint
extends java.lang.Object

YATM (Yet Another Turing Machine) v1.0 by MrModd Actual build: 20111001 First build: 20111001 1st, Oct 2011 Copyright (C) 2011 Federico "MrModd" Cosentino (http://mrmodd.it/) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .

Author:
Federico "MrModd" Cosentino

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

Constructor Detail

EntryPoint

public EntryPoint()
Method Detail

main

public static void main(java.lang.String[] args)
All begins here :)

Parameters:
args - not used