1const std = @import("std"); 2const Allocator = std.mem.Allocator; 3 4pub fn run(allocator: Allocator, input: []u8) !void { 5 return .{ 0, 0 }; 6}