# A basic TicTacToe-game in the CLI ## Running prebuilt Download the correct file from the releases-section: - `.exe` for windows users - no file ending for linux and mac users ## Compiling: ### With Linux (and maybe mac...): ``` gcc ./main.c -o main ``` ### With Windows : ``` cl main.c ```