const bytes = try std.fs.cwd().readFileAlloc(allocator, path, std.math.maxInt(usize));
defer allocator.free(bytes);
try run(allocator, bytes);
const bytes = try std.fs.cwd().readFileAlloc(allocator, path, std.math.maxInt(usize));
defer allocator.free(bytes);
try run(allocator, bytes);