aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/076_sentinels.zig
AgeCommit message (Collapse)Author
2023-05-07Add missing word "of"Kim SHrier
2022-03-19Update sentinel type for v0.10.0Dave Gauer
Fixes .../076_sentinels.zig:95:30: error: incompatible types: 'u32' and '?*const anyopaque': while (my_seq[i] != my_sentinel) {
2021-10-18Removed confusing explanation from 076Dave Gauer
2021-09-03fix typo in 076 (sentinal -> sentinel)Francisco Demartino
2021-05-09076 typoDave Gauer
2021-05-09076 sentinels must be same typeDave Gauer
2021-05-08Fix 076, add 077,078 sentinels and many-item pointersDave Gauer
2021-05-06add ex076 sentinelsDave Gauer