const micro = @import("microzig"); // this will instantiate microzig and pull in all dependencies pub const panic = micro.panic; pub fn main() void { // This function will contain the application logic. }