import game.Game; class Main { public static void main(String[] args) { System.out.println("nice"); Game game = new Game(10); Robot robot = new Robot(40); } }