aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-03-17 12:30:59 +0000
committerGinger Bill <bill@gingerbill.org>2017-03-17 12:30:59 +0000
commit32150e401e39bd68f9882c3983829e744603dac1 (patch)
tree83dfe72f56123c333d20716c595a952b44f2fe1d /code
parentaaec8bf423a40f887d43d12403c2e40f187d424c (diff)
Update gb.h
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin9
1 files changed, 1 insertions, 8 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 5241e29ce..7153c12f5 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -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