Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ main
Function
main
tutorials/integration/cpp/16_sandbox.cpp:323–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
int main(int, char * []) {
324
NEED_ALL_DEFAULT_MODULES;
325
Module::Initialize();
326
tutorial();
327
Module::Shutdown();
328
return 0;
329
}
Callers
nothing calls this directly
Calls
1
tutorial
Function · 0.70
Tested by
no test coverage detected