This commit is contained in:
Ginger Bill
2017-02-12 11:41:06 +00:00
parent b9ed546ce0
commit 282f8bb06f
2 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,13 @@
#import "fmt.odin";
main :: proc() {
{
Vec2 :: [vector 2]f32;
i: f32 = 1;
b := Vec2{i, i};
}
/*
Version 0.1.0