code wiki / (root) / hello.nx

hello.nx

buildroot/runtime/hello.nx

107 B2 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

hello.nx -- Returns the integer 42 as the result of the main function.

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

2func main() -> i64 { return 42 }