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