Testing dev env

This commit is contained in:
2026-02-13 23:30:47 -06:00
parent a5610906f9
commit a034426a11
2 changed files with 8 additions and 0 deletions

BIN
src/game Executable file

Binary file not shown.

8
src/main.odin Normal file
View File

@@ -0,0 +1,8 @@
package main
import "core:fmt"
main :: proc() {
fmt.println("Brackey's Game Jam 2026 :) ")
}