Files
nub-lang/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);
}