mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 08:57:55 +00:00
7 lines
54 B
Odin
7 lines
54 B
Odin
type Vec2: struct { x, y: f32 }
|
|
|
|
|
|
main :: proc() {
|
|
|
|
}
|