#import "fmt.odin" as fmt thing :: proc() { fmt.println("Hello!") }