Update gb.h

This commit is contained in:
Ginger Bill
2017-03-17 12:30:59 +00:00
parent aaec8bf423
commit 32150e401e
11 changed files with 455 additions and 233 deletions
+1 -8
View File
@@ -10,14 +10,7 @@
#import win32 "sys/windows.odin";
main :: proc() {
a := 1;
b := 2;
c := a + b;
if c > 0 {
c = 0;
}
fmt.println("Here");
when false {
/*
Version 0.1.1