Browse Source

Initial commit

remotes/origin/tictactoedev
Sabina Grisi 11 months ago
parent
commit
e7729f8ff4
  1. 2
      src/TicTacToe.c
  2. 4
      src/TicTacToe.h

2
src/TicTacToe.c

@ -0,0 +1,2 @@
#include <stdio.h>
#include "TicTacToe.h"

4
src/TicTacToe.h

@ -0,0 +1,4 @@
#ifndef TICTACTOE_H
#define TICTACTOE_H
#endif // TICTACTOE_H
Loading…
Cancel
Save