diff options
| author | gingerBill <bill@gingerbill.org> | 2019-10-08 20:28:45 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-10-08 20:28:45 +0100 |
| commit | 1b8c3ca22a28b8ca36175d3e20a3993cba315dae (patch) | |
| tree | be4d7800af148541425a37927c3aa17af0f9a4d8 /examples | |
| parent | 71b32ae117a2e9fcbcd290ea9d7e587b23ed7403 (diff) | |
Fix typos and make demo work with -vet
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index a5f3500f1..ff861b1de 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -4,7 +4,6 @@ import "core:fmt" import "core:mem" import "core:os" import "core:reflect" -import "core:strings" import "intrinsics" when os.OS == "windows" { |