aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-01-26 20:06:22 +0000
committerGinger Bill <bill@gingerbill.org>2017-01-26 20:06:22 +0000
commitce3582fd898508719a38e4d59e97aa7f868f89af (patch)
treef07006e3ec56c4fc882340be096631171801412b /code
parente3e16f5d051c2b941d5e4ee1a64b235286a85cdf (diff)
Remove case sensitivity for libraries on windows
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 88aa651c0..c673b54fb 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -10,10 +10,6 @@
#import "utf8.odin";
main :: proc() {
- fmt.println("GOOGOLPLEX");
-}
-
-/*
foo :: proc(x: ^i32) -> (int, int) {
fmt.println("^int");
return 123, cast(int)(x^);
@@ -56,4 +52,3 @@ main :: proc() {
f = foo;
f();
}
-*/