ziglings/patches/patches/099_formatting.patch
2023-04-19 21:57:37 +02:00

5 lines
172 B
Diff

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