mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Separation of certain instructions for better clarity.
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
#import "fmt.odin"
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hellope!")
|
||||
v: {4}f32
|
||||
v[0] = 123
|
||||
fmt.println("Hellope!", v, v[0])
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user