<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zigling-exercises.git/exercises/076_sentinels.zig, branch main</title>
<subtitle>My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises
</subtitle>
<id>https://git.muftee.net/zigling-exercises.git/atom?h=main</id>
<link rel='self' href='https://git.muftee.net/zigling-exercises.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/'/>
<updated>2026-06-30T01:47:05Z</updated>
<entry>
<title>feat: exercises 76-80</title>
<updated>2026-06-30T01:47:05Z</updated>
<author>
<name>Ibrahim Muftee</name>
<email>ibrahim@muftee.net</email>
</author>
<published>2026-06-30T01:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=f3c00ec9a5f262396d50be9694a273b665628c42'/>
<id>urn:sha1:f3c00ec9a5f262396d50be9694a273b665628c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes several changes in std.builtin.zig</title>
<updated>2024-09-02T17:33:59Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2024-09-02T17:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=b2f56c7cea6475d5335dd8e8642181817fdc390b'/>
<id>urn:sha1:b2f56c7cea6475d5335dd8e8642181817fdc390b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix formatting of comment</title>
<updated>2023-12-31T18:16:39Z</updated>
<author>
<name>Matthew Robinson</name>
<email>matt@zensunni.org</email>
</author>
<published>2023-12-31T18:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=1ed03cf0a1a15ef2e62c5063f575edac4a627405'/>
<id>urn:sha1:1ed03cf0a1a15ef2e62c5063f575edac4a627405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct comment to match code in 076_sentinels</title>
<updated>2023-12-31T17:41:31Z</updated>
<author>
<name>Matthew Robinson</name>
<email>matt@zensunni.org</email>
</author>
<published>2023-12-31T17:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=1a001b9eb7415962bf7b0b68d41d7edf5deb4a96'/>
<id>urn:sha1:1a001b9eb7415962bf7b0b68d41d7edf5deb4a96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted var to const if there is no mutation in var.</title>
<updated>2023-11-21T14:01:22Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2023-11-21T14:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=7679f93f688452b2236d20b49f92569b8d56e20d'/>
<id>urn:sha1:7679f93f688452b2236d20b49f92569b8d56e20d</id>
<content type='text'>
This is checked from compiler version 0.12.0-dev.1664
</content>
</entry>
<entry>
<title>Add missing word "of"</title>
<updated>2023-05-07T08:04:30Z</updated>
<author>
<name>Kim SHrier</name>
<email>gitkim@westryn.net</email>
</author>
<published>2023-05-07T08:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c'/>
<id>urn:sha1:cc9f68c4e51e34b67b46eb1441cd272b4d82dc5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update sentinel type for v0.10.0</title>
<updated>2022-03-19T23:38:05Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2022-03-19T23:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=f34b6aa02408cbc1483ab182592a2f8d5b0a4f9a'/>
<id>urn:sha1:f34b6aa02408cbc1483ab182592a2f8d5b0a4f9a</id>
<content type='text'>
Fixes

.../076_sentinels.zig:95:30: error: incompatible types:
  'u32' and '?*const anyopaque':
    while (my_seq[i] != my_sentinel) {
</content>
</entry>
<entry>
<title>Removed confusing explanation from 076</title>
<updated>2021-10-18T23:04:12Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-10-18T23:04:12Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=4c7eebbbfca3337b5e3af33eb34979dc56716178'/>
<id>urn:sha1:4c7eebbbfca3337b5e3af33eb34979dc56716178</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo in 076 (sentinal -&gt; sentinel)</title>
<updated>2021-09-03T20:08:43Z</updated>
<author>
<name>Francisco Demartino</name>
<email>demartino.francisco@gmail.com</email>
</author>
<published>2021-09-03T20:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=af3fabd59be602a216ca45228e7a5e4c7eb720d9'/>
<id>urn:sha1:af3fabd59be602a216ca45228e7a5e4c7eb720d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>076 typo</title>
<updated>2021-05-10T00:01:16Z</updated>
<author>
<name>Dave Gauer</name>
<email>dave@ratfactor.com</email>
</author>
<published>2021-05-10T00:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=03eb291d399f23d1e01099fc679da52fb6812f45'/>
<id>urn:sha1:03eb291d399f23d1e01099fc679da52fb6812f45</id>
<content type='text'>
</content>
</entry>
</feed>
