This commit is contained in:
Noah
2021-10-05 12:13:27 +02:00
parent c3cf59ff5b
commit 8a9d1ec2e6
+4
View File
@@ -17,6 +17,10 @@ public class Main {
Control control = new Control(); Control control = new Control();
control.start(); control.start();
while (1 == 1){
System.out.println("TEST");
}
} }