mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 21:11:36 -07:00
Minor Entity refactor
This commit is contained in:
+1
-6
@@ -1,10 +1,5 @@
|
||||
#import "fmt.odin"
|
||||
|
||||
str := "Hellope"
|
||||
|
||||
a: [12]u8
|
||||
main :: proc() {
|
||||
v: [4]f32
|
||||
v[0] = 123
|
||||
fmt.println(str, v, v[0], a)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user