Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

/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
}