/** * Created by leon on 2/9/18. */ public class MainApplication { public static void main(String[] args) { Console c = new Console(); c.runCommandLoop(); } }