mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 00:50:00 +00:00
Updating wording in 'for' exercises
This is in preparation for another dive into 'for' in an upcoming Exercise 100. Also reformatted 095 for 65 columns and some wording.
This commit is contained in:
@@ -23,5 +23,9 @@ pub fn main() void {
|
||||
|
||||
std.debug.print("The End.\n", .{});
|
||||
}
|
||||
// Note that "for" loops also work on things called "slices"
|
||||
// Note that 'for' loops also work on things called "slices"
|
||||
// which we'll see later.
|
||||
//
|
||||
// Also note that 'for' loops have recently become more flexible
|
||||
// and powerful (two years after this exercise was written).
|
||||
// More about that in a moment.
|
||||
|
||||
Reference in New Issue
Block a user