ilham_syamsuddin

Untitled

Dec 15th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class mainGame
  2. {
  3. public static void main(String[] args) throws InterruptedException
  4. {
  5. Nim game = new Nim();
  6.  
  7. game.rules();
  8.  
  9. game.play();
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment