Files
nub-lang/examples/program/main.nub
nub31 e7aad861d3 ...
2026-02-27 23:00:48 +01:00

8 lines
79 B
Plaintext

module main
func main(): i32
{
core::print("Hello, world")
return 0
}