mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Ex 099 format instructions to 65 columns, wording, examples
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
108,109c108
|
||||
< // what formatting is needed here?
|
||||
134c134
|
||||
< print("{???} ", .{(a + 1) * (b + 1)});
|
||||
---
|
||||
> print("{d:>3} ", .{(a + 1) * (b + 1)});
|
||||
|
||||
Reference in New Issue
Block a user