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