108,109c108 < // what formatting is needed here? < print("{???} ", .{(a + 1) * (b + 1)}); --- > print("{d:>3} ", .{(a + 1) * (b + 1)});