rrr.v2/bin/main.cpp
2023-02-26 15:16:48 +03:00

8 lines
135 B
C++

#include "engine/engine.hpp"
auto main(int argc, char* args[]) -> int
{
decltype(auto) app = tr::core::create_app();
app.run();
}