Advertisement
Guest User

menu

a guest
Mar 29th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. package myFirstGame;
  2.  
  3. public class MainMenu {
  4.  
  5.     public static void main(String[] args) {
  6.         Game game = new Game();
  7.         game.start();
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement