Explorar o código

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

Zachary Pierson %!s(int64=8) %!d(string=hai) anos
pai
achega
90ab448bca
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      code/test.odin

+ 2 - 2
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!");
 }