import bin.Terminal; class Startup { public static function main() { var terminal = new Terminal(); terminal.execute(); } }