1 import java.util.Scanner; 2 3 public class Main { 4 5 public static void main(String[] args) { 6 7 // Game.creatPilot(); 8 // Pilot.pilotStamine(); 9 Game.creatPilot(); 10 11 Plaine.exp(); 12 13 14 15 // int exp = new Scanner(System.in).nextInt(); 16 // Test.qwerty(exp); 17 } 18 } 19