mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Modified the test program to see where the compiler inserted the code.
This commit is contained in:
@@ -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