Files
nub-lang/example/program.nub
2025-05-05 16:36:24 +02:00

7 lines
69 B
Plaintext

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