mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 22:54:59 -07:00
Update gb.h
This commit is contained in:
+1
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user