commit 226b7a984f31f89d7bca2f0150b682b4f25ef1f9 Author: MikeZyeman Date: Fri Oct 1 09:59:40 2021 +0200 Initial Commit diff --git a/gruppe06-hufflepuff-projekt1-tic-tac-toe.iml b/gruppe06-hufflepuff-projekt1-tic-tac-toe.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/gruppe06-hufflepuff-projekt1-tic-tac-toe.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/TicTacToe.java b/src/TicTacToe.java new file mode 100644 index 0000000..16106b2 --- /dev/null +++ b/src/TicTacToe.java @@ -0,0 +1,2 @@ +public class TicTacToe { +}