From ce3582fd898508719a38e4d59e97aa7f868f89af Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 26 Jan 2017 20:06:22 +0000 Subject: Remove case sensitivity for libraries on windows --- code/demo.odin | 5 ----- 1 file changed, 5 deletions(-) (limited to 'code') 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(); } -*/ -- cgit v1.2.3