mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00: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() {
|
main :: proc() {
|
||||||
//fmt.println("hello, world!");
|
fmt.println("hello, world!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user