Răsfoiți Sursa

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

Zachary Pierson 8 ani în urmă
părinte
comite
90ab448bca
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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!");
 }