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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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