main.cpp 95 B

12345678
  1. #include "App.h"
  2. int main(int argc, char **argv)
  3. {
  4. App a(argc, argv);
  5. return a.exec();
  6. }