gruppe06-hufflepuff-projekt.../src/TicTacToe.java

9 lines
204 B
Java
Raw Normal View History

2021-10-01 09:59:40 +02:00
public class TicTacToe {
2021-10-01 10:24:30 +02:00
2021-10-01 10:21:06 +02:00
public static void main(String[] args) {
2021-10-01 10:24:30 +02:00
System.out.println("Test Andrin");
2021-10-01 10:26:50 +02:00
System.out.println("Test Leo");
2021-10-01 10:29:24 +02:00
System.out.println("Test Roman");
2021-10-01 10:21:06 +02:00
}
2021-10-01 09:59:40 +02:00
}