Package com.abhyudayasharma.tictactoe
Class Main
- java.lang.Object
-
- com.abhyudayasharma.tictactoe.Main
-
public class Main extends java.lang.Object
Execution starts here.- Author:
- Abhyudaya Sharma
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The 'main' method for the game.
-