const std = @import("std");
const engine = @import("engine.zig");
pub fn main() !void {
try engine.run();
}