Modified the test program to see where the compiler inserted the code.

This commit is contained in:
Zachary Pierson
2017-02-07 12:26:15 -06:00
parent 8becbdc1b2
commit 90ab448bca

View File

@@ -5,10 +5,10 @@ thing :: proc() {
}*/
//#import "fmt.odin";
#import "fmt.odin";
main :: proc() {
//fmt.println("hello, world!");
fmt.println("hello, world!");
}