use of io.Application in project Lab5 by Arslanka.
the class Main method main.
public static void main(String[] args) {
// TODO args input + try catch nlpex/c
Application application = new Application(args, new Collection(), new Printer(false));
application.startInteractiveMode();
}
Aggregations