#import "runtime.odin" as _ #import "punity.odin" as punity main :: proc() { init :: proc() { } step :: proc() { } punity.run(init, step) }