Commit Graph

2 Commits

Author SHA1 Message Date
Louis Cooper 81efee0766 Completed ranges.
Checkpoint #2: Ranges give you much more control over loops, its cool to think about them in this way.
I did have trouble understanding how to us inclusive iteration. I found out that using `maximum + 1` was the way to go,
which im guessing just does 1 more iteration of the stride, still unsure of that.
2023-07-22 20:45:27 -04:00
lcooper 473ae6fd08 Initial commit 2023-07-22 20:48:25 +00:00