12345678910111213141516171819 |
-
-
- /**
- * Created by leon on 2/9/18.
- *
- * Updated by Allison on 5/25/2018
- */
- public class MainApplication {
- public static void main(String[] args) {
-
- Console c = new Console();
- c.runCommandLoop();
- Console.println("\n(Calculator closed)");
-
- }
-
-
- }
|