switch to odin

This commit is contained in:
2026-06-10 02:32:01 -07:00
commit fa7a6ac176
+8
View File
@@ -0,0 +1,8 @@
package main
import "core:fmt"
main :: proc() {
fmt.println("hello world")
}