/development/compiler/tests/fixtures/source_corpus/valid/default-entry.nct
default-entry.nct
// The entry function is fixed to `main` in the selected executable module.
func main(): i32 {
return 0
}
Programming Language
A self-contained systems language built around simplicity, encapsulation, and foolproof design.
// The entry function is fixed to `main` in the selected executable module.
func main(): i32 {
return 0
}