9 lines
93 B
C++
9 lines
93 B
C++
#include "app.hpp"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
App app;
|
|
|
|
return app.run();
|
|
}
|