main.zig (110B)
1 const std = @import("std"); 2 const root = @import("root.zig"); 3 4 pub fn main() !void { 5 try root.doMain(); 6 }