mirror of
https://github.com/DerTyp7/lf05-java.git
synced 2025-10-29 20:42:11 +01:00
10 lines
123 B
Java
10 lines
123 B
Java
package nogard.schritt3;
|
|
|
|
public class Program {
|
|
|
|
public static void main(String[] args) {
|
|
new Spiel().spielen();
|
|
}
|
|
|
|
}
|