import "core:fmt.odin"; main :: proc() { fmt.println("Hellope, world!"); }