Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 148 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 148 Bytes

Tic Tac Toe

To Run

  1. Compile the program: g++ -o ticTacToe main.cpp
  2. Run the exe: ./ticTacToe

TicTacToe