Преглед на файлове

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

Zachary Pierson преди 8 години
родител
ревизия
90ab448bca
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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!");
 }