rrr.v2/bin/main.cpp
2023-06-06 20:08:55 +03:00

8 lines
127 B
C++
Executable File

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