feat: Started odin setup.

This commit is contained in:
2026-06-11 20:02:12 -04:00
parent c6d0308842
commit 28f96df4c0
3 changed files with 23 additions and 12 deletions

8
main.odin Normal file
View File

@@ -0,0 +1,8 @@
package main
import "core:fmt"
main :: proc() {
fmt.println("Hello!")
}