public class Start { public static void main(String[] args) { Door.testDoor(); Car.testCar(); } }