Ex 099 format instructions to 65 columns, wording, examples
This commit is contained in:
parent
1832080daa
commit
2fe145964a
2 changed files with 90 additions and 66 deletions
|
|
@ -1,5 +1,4 @@
|
|||
108,109c108
|
||||
< // what formatting is needed here?
|
||||
134c134
|
||||
< print("{???} ", .{(a + 1) * (b + 1)});
|
||||
---
|
||||
> print("{d:>3} ", .{(a + 1) * (b + 1)});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue