diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-12-01 22:44:00 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-12-01 22:44:00 +0000 |
| commit | 4bb45700a50b12bc5176fcb3e2f32ce5967b0ae8 (patch) | |
| tree | 4c9deb387a4d8951821254e75ac109db233165d6 /code/test.odin | |
| parent | be8b9bda2f387048c53264da154a5c0373dfd316 (diff) | |
Semicolons are required; `when` condition for certain file scope declarations; #import syntax change
Diffstat (limited to 'code/test.odin')
| -rw-r--r-- | code/test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test.odin b/code/test.odin index 76dbf0468..18fc36c16 100644 --- a/code/test.odin +++ b/code/test.odin @@ -28,7 +28,7 @@ thing :: proc() { */ /* -#load "fmt.odin" +#include "fmt.odin" thing :: proc() { println("Hello5!") |