8 lines
127 B
C++
Executable File
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();
|
|
}
|