mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove duplicates in type info data.
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
#load "basic.odin"
|
||||
|
||||
Vector3 :: struct { x, y, z: f32 }
|
||||
main :: proc() {
|
||||
println(137, "Hello", 1.25, true)
|
||||
|
||||
v := Vector3{1, 4, 9}
|
||||
|
||||
println(123, "Hello", true, 6.28)
|
||||
println([4]int{1, 2, 3, 4})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user