Files
tower-defense-prototype/main.odin
T
2026-06-10 02:32:01 -07:00

9 lines
68 B
Odin

package main
import game "./game"
main :: proc() {
game.run()
}