mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Removed confusing explanation from 076
This commit is contained in:
@@ -59,10 +59,8 @@ pub fn main() void {
|
||||
// demonstrate how they are similar and different.
|
||||
//
|
||||
// (It turns out that the array prints completely, including
|
||||
// the sentinel 0 in the middle. The many-item pointer must
|
||||
// stop at the first sentinel value. The difference is simply
|
||||
// that arrays have a known length and many-item pointers
|
||||
// don't.)
|
||||
// the sentinel 0 in the middle. The many-item pointer stops
|
||||
// at the first sentinel value.)
|
||||
printSequence(nums);
|
||||
printSequence(ptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user