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