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

5 lines
74 B
Plaintext

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