Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 261 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 261 Bytes

Running the program is very straight forward.

Just complie the program using your favorite C compiler

Using Terminal

Install GCC compiler go into the downloaded tictactoe directory type the Commands:

gcc tictactoe.c -o tictactoe
 ./tictactoe