mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
4 lines
119 B
Diff
4 lines
119 B
Diff
134c134
|
|
< print("{???} ", .{(a + 1) * (b + 1)});
|
|
---
|
|
> print("{d:>3} ", .{(a + 1) * (b + 1)});
|