Created
October 27, 2015 23:42
-
-
Save AnnaBoro/4dc2d9a34f126a7deff7 to your computer and use it in GitHub Desktop.
lesson4 - Launcher - Frame14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package lesson4; | |
/** | |
* Created by anna on 28.10.15. | |
*/ | |
public class Launcher { | |
public static void main(String[] args) throws Exception { | |
ActionField af = new ActionField(); | |
af.runTheGame(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment