public class Main { public static void main(String args[]) { Acme factory = new Acme(); factory.start(); } }