This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/example/main.nub
nub31 0fe49df688 ...
2025-06-07 19:05:11 +02:00

5 lines
74 B
Plaintext

namespace main
export func main(args: []^string) {
sys::call(60, 0)
}