aboutsummaryrefslogtreecommitdiff
path: root/code/sub
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-21 21:20:26 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-21 21:20:26 +0100
commit53075e2570d7b2590124beabeda93bd56dd4b778 (patch)
tree097e4db508e7ac1b97e95b41142f552b1e303f44 /code/sub
parent264ca00db72f56e2af8242a90e35a49b6ae13f86 (diff)
Update old demos
Diffstat (limited to 'code/sub')
-rw-r--r--code/sub/test.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/code/sub/test.odin b/code/sub/test.odin
deleted file mode 100644
index fe1a937dd..000000000
--- a/code/sub/test.odin
+++ /dev/null
@@ -1,5 +0,0 @@
-#import "fmt.odin" as fmt
-
-thing :: proc() {
- fmt.println("Sub Hello!")
-}