Files
nub-lang/example/program.nub
2025-05-05 16:27:11 +02:00

7 lines
72 B
Plaintext

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