@ -1,4 +1,5 @@
#include <stdio.h>
#include "tictactoe.h"
char board[3][3] = {{'1', '2', '3'},
{'4', '5', '6'},