Add new #soa and #vector syntax

This commit is contained in:
gingerBill
2019-11-17 10:30:37 -08:00
parent 301ee664e9
commit d22e5b697d
9 changed files with 895 additions and 392 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ package basic
import "core:fmt"
main :: proc() {
fmt.println("Hellope!")
fmt.println("Hellope!");
}