diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-21 21:20:26 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-21 21:20:26 +0100 |
| commit | 53075e2570d7b2590124beabeda93bd56dd4b778 (patch) | |
| tree | 097e4db508e7ac1b97e95b41142f552b1e303f44 /code/sub | |
| parent | 264ca00db72f56e2af8242a90e35a49b6ae13f86 (diff) | |
Update old demos
Diffstat (limited to 'code/sub')
| -rw-r--r-- | code/sub/test.odin | 5 |
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!") -} |