``` pub fn p1(map: [w][w]u8, alloc: *std.mem.Allocator) void { map[0][0] = 'w'; ```