aboutsummaryrefslogtreecommitdiff
path: root/code/test.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-19 11:51:21 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-19 11:51:21 +0100
commitbbc9739f5c1f6fa4dc8ad36aed7bcb1cba2eadea (patch)
treed3bcef46328c0ca69adee65ee7d2ef758638d71a /code/test.odin
parent828095afd1351b218cae6b60033200a92894921c (diff)
Core library and Better name mangling for files
Diffstat (limited to 'code/test.odin')
-rw-r--r--code/test.odin5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/test.odin b/code/test.odin
new file mode 100644
index 000000000..c4636a7b7
--- /dev/null
+++ b/code/test.odin
@@ -0,0 +1,5 @@
+#import "fmt.odin" as fmt
+
+thing :: proc() {
+ fmt.println("Hello!")
+}