package nogard.schritt5; public class Program { public static void main(String[] args) { new Spiel().spielen(); } }