School Work

This commit is contained in:
Noah
2021-09-29 12:39:35 +02:00
parent 33e76f12d0
commit e06f61f7eb
7 changed files with 141 additions and 59 deletions
+1
View File
@@ -7,6 +7,7 @@ public class Main {
public static void main(String[] args) {
Control control = new Control();
control.start();
}