diff --git a/code/test.odin b/code/test.odin index 4e2409a8f..bcd4ddc57 100644 --- a/code/test.odin +++ b/code/test.odin @@ -5,10 +5,10 @@ thing :: proc() { }*/ -//#import "fmt.odin"; +#import "fmt.odin"; main :: proc() { - //fmt.println("hello, world!"); + fmt.println("hello, world!"); }