mirror of
https://github.com/DerTyp7/lf05-java.git
synced 2025-11-01 13:52:31 +01:00
nogard oder so
This commit is contained in:
9
src/nogard/schritt5/Program.java
Normal file
9
src/nogard/schritt5/Program.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package nogard.schritt5;
|
||||
|
||||
public class Program {
|
||||
|
||||
public static void main(String[] args) {
|
||||
new Spiel().spielen();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user