feat: Initial commit.

This commit is contained in:
2026-07-10 16:29:08 -04:00
commit 5adcdf12c1
5 changed files with 221 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package main
import "core:fmt"
main :: proc() {
fmt.println("Hellope, World!")
}