aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-05-02 20:17:53 +0100
committerGinger Bill <bill@gingerbill.org>2017-05-02 20:17:53 +0100
commit206a3e093c19245e0f8ec7872b7cc36a3d266b55 (patch)
tree0b62327720946dcc6f0c72bc4fd9237f72f48b55 /code
parent19bde275a3ea5f406b41d9b4895f8ba381684f25 (diff)
Remove check on array/slice/dynamic element size
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 323754a23..657e66b59 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -1,4 +1,5 @@
#import "fmt.odin";
+#import "math.odin";
main :: proc() {
immutable program := "+ + * - /";