ziglings.org/patches/patches/099_formatting.patch

5 lines
119 B
Diff
Raw Normal View History

134c134
2023-04-19 21:57:37 +02:00
< print("{???} ", .{(a + 1) * (b + 1)});
---
> print("{d:>3} ", .{(a + 1) * (b + 1)});