This commit is contained in:
nub31
2025-05-05 16:05:27 +02:00
parent 2e7249fc87
commit b67d33455d
8 changed files with 126 additions and 70 deletions

View File

@@ -1,5 +1,6 @@
import "core";
func main() {
println("test");
let x = "test";
puts(x);
}