File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545// output. Escape sequences can also be written one after the
4646// other, e.g. "\n\n" will cause two line feeds.
4747//
48- // By the way, the result of these escape sequences are passed
48+ // By the way, the result of these escape sequences is passed
4949// directly to the terminal program. Other than translating them
5050// into control codes, escape sequences have nothing to do with
5151// Zig. Zig knows nothing about "line feeds" or "tabs" or
9595// ...
9696//
9797// Without string formatting, this would be a more challenging
98- // assignment because the number of digits in the numbers vary
98+ // assignment because the number of digits in the numbers varies
9999// from 1 to 3. But formatting can help us with that.
100100//
101101const std = @import ("std" );
You can’t perform that action at this time.
0 commit comments