main.cpp 96 B

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