nogard oder so

This commit is contained in:
Janis M
2022-04-06 09:04:48 +02:00
parent 840ee3b74b
commit edbd51a7d6
42 changed files with 2029 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package nogard.schritt5;
public class Program {
public static void main(String[] args) {
new Spiel().spielen();
}
}