Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ main
Function
main
tutorials/integration/cpp/02_calling_functions.cpp:293–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
int main(int, char * []) {
294
NEED_ALL_DEFAULT_MODULES;
295
Module::Initialize();
296
tutorial();
297
Module::Shutdown();
298
return 0;
299
}
Callers
nothing calls this directly
Calls
1
tutorial
Function · 0.70
Tested by
no test coverage detected