Files
seer/tests/helloodin/helloodin.odin
T
2025-09-29 18:06:11 -05:00

8 lines
77 B
Odin

package main
import "core:fmt"
main :: proc() {
fmt.println("Hellope!")
}