Files
nub-lang/examples/program/main.nub
2026-02-10 22:43:03 +01:00

6 lines
59 B
Plaintext

module main
func main(): i32
{
return math::add(1 2)
}