Files
Odin/examples/test.odin
T

7 lines
54 B
Odin

type Vec2: struct { x, y: f32 }
main :: proc() {
}