aboutsummaryrefslogtreecommitdiff
path: root/exercises/076_sentinels.zig
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Fix formatting of commentMatthew Robinson1-1/+1
2024-01-01Correct comment to match code in 076_sentinelsMatthew Robinson1-2/+2
2023-11-21Converted var to const if there is no mutation in var.Chris Boesch1-1/+1
2023-05-07Add missing word "of"Kim SHrier1-1/+1
2022-03-19Update sentinel type for v0.10.0Dave Gauer1-3/+4
2021-10-18Removed confusing explanation from 076Dave Gauer1-4/+2
2021-09-03fix typo in 076 (sentinal -> sentinel)Francisco Demartino1-1/+1
2021-05-09076 typoDave Gauer1-1/+1
2021-05-09076 sentinels must be same typeDave Gauer1-0/+3
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer1-32/+14
2021-05-06add ex076 sentinelsDave Gauer1-0/+121