Browse Source

refactoring: Main Name

remotes/origin/Simon
Simon Hildebrandt 11 months ago
parent
commit
f246f8284a
  1. 2
      src/main/c/TicTacToe.c

2
src/main/c/TicTacToe.c

@ -115,7 +115,7 @@ void makeMove(char board[3][3], int row, int col) {
} }
} }
// Hauptfunktion zum Spielen des Tic Tac Toe-Spiels // Hauptfunktion zum Spielen des Tic Tac Toe-Spiels
int mainx() {
int TicTacToe_ausfuehren() {
int row; int row;
int col; int col;
char board[3][3]; char board[3][3];

Loading…
Cancel
Save