hyporo-cpp/source/creator/test3.cpp
2023-04-10 22:01:56 +05:00

10 lines
94 B
C++

#include "application.hpp"
int main()
{
Application app;
app.run();
return 0;
}