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/program.nub
nub31 b67d33455d ...
2025-05-05 16:05:27 +02:00

7 lines
65 B
Plaintext

import "core";
func main() {
let x = "test";
puts(x);
}