10 lines
94 B
C++
10 lines
94 B
C++
#include "application.hpp"
|
|
|
|
|
|
int main()
|
|
{
|
|
Application app;
|
|
app.run();
|
|
return 0;
|
|
}
|