mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Modified the test program to see where the compiler inserted the code.
This commit is contained in:
+2
-2
@@ -5,10 +5,10 @@ thing :: proc() {
|
||||
}*/
|
||||
|
||||
|
||||
//#import "fmt.odin";
|
||||
#import "fmt.odin";
|
||||
|
||||
main :: proc() {
|
||||
//fmt.println("hello, world!");
|
||||
fmt.println("hello, world!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user