main.cc 78 B

1234567
  1. #include "application.hh"
  2. int main()
  3. {
  4. Application app;
  5. return app.run();
  6. }