From 864310e3da059371ac7345ee3bf900a6055f26b4 Mon Sep 17 00:00:00 2001 From: zhiayang Date: Thu, 2 Feb 2017 04:20:33 +0800 Subject: oh boy, basic osx/unix support --- code/test.odin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code') diff --git a/code/test.odin b/code/test.odin index 18fc36c16..bcd4ddc57 100644 --- a/code/test.odin +++ b/code/test.odin @@ -5,10 +5,10 @@ thing :: proc() { }*/ -#import "fmt.odin" as format +#import "fmt.odin"; -thing :: proc() { - format.println("Hello2!") +main :: proc() { + fmt.println("hello, world!"); } -- cgit v1.2.3