From 665934fc5ad8f41b839b51a4ba1e6fb0544f9ad5 Mon Sep 17 00:00:00 2001 From: Simon Hildebrandt Date: Wed, 7 Feb 2024 17:58:01 +0100 Subject: [PATCH] =?UTF-8?q?26=20Runde=20Z=C3=A4hlen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/c/TicTacToe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/c/TicTacToe.c b/src/main/c/TicTacToe.c index 8f3df43..0622484 100644 --- a/src/main/c/TicTacToe.c +++ b/src/main/c/TicTacToe.c @@ -112,4 +112,5 @@ int mainx() { row -= 1; col -= 1; Zuege(Feld, row, col); + Zaehler++; } \ No newline at end of file