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

9 lines
81 B
Odin

package main
import "core:fmt"
main :: proc() {
fmt.println("hello world")
}