hello.nx
buildroot/runtime/hello.nx
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
| 2 | func main() -> i64 { return 42 } |