diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.odin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.odin b/src/main.odin new file mode 100644 index 0000000..84d8955 --- /dev/null +++ b/src/main.odin @@ -0,0 +1,7 @@ +package main + +import "core:fmt" + +main :: proc() { + fmt.println("Hellope!") +}
\ No newline at end of file |