initial draft

This commit is contained in:
2026-06-09 17:28:28 +02:00
commit 087fdb45d5
40 changed files with 4371 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
make_value :: func() int {
return 40 + 2
}
answer int :: make_value()
main :: func() i32 {
_ = answer
return 0
}