Guest User

Untitled

a guest
Nov 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. public class Main
  3. {
  4. public static void main(String[] args)
  5. {
  6. TicTacToe spel = new TicTacToe();
  7. spel.welcome();
  8. spel.showBoard();
  9. spel.playGame();
  10. }
  11. }
Add Comment
Please, Sign In to add comment