1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-25 16:56:03 +02:00
ziglings/patches/patches/099_formatting.patch
2023-04-19 21:57:37 +02:00

6 lines
172 B
Diff

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