<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zigling-exercises.git/exercises/065_builtins2.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-29T20:15:14Z</updated>
<entry>
<title>feat: begin solving exercises</title>
<updated>2026-06-29T20:15:14Z</updated>
<author>
<name>Ibrahim Muftee</name>
<email>ibrahim@muftee.net</email>
</author>
<published>2026-06-29T20:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=bdfe3df2947f8787c8a4ef8c534f6a8932e13871'/>
<id>urn:sha1:bdfe3df2947f8787c8a4ef8c534f6a8932e13871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix comment `field_types` is a slice of (strings -&gt; types)</title>
<updated>2026-06-25T03:26:17Z</updated>
<author>
<name>omihirofumi</name>
<email>99390907+omihirofumi@users.noreply.github.com</email>
</author>
<published>2026-06-25T03:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=f6514ebb13d842da721084f8d4dc2fdb224c7d86'/>
<id>urn:sha1:f6514ebb13d842da721084f8d4dc2fdb224c7d86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix style mismatch on 065_builtins2.zig</title>
<updated>2026-06-20T22:09:14Z</updated>
<author>
<name>Gabriel Sa</name>
<email>gabriel10043@live.com</email>
</author>
<published>2026-06-20T22:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=dce9c803bfbe4c8fd2add562bbbfd8e16df3dde9'/>
<id>urn:sha1:dce9c803bfbe4c8fd2add562bbbfd8e16df3dde9</id>
<content type='text'>
Rename `fetchTheMostBeautifulType` to `FetchTheMostBeautifulType` to
follow Zig's standard naming practice.
</content>
</entry>
<entry>
<title>Fix 065_builtins2.zig because of new build system</title>
<updated>2026-06-01T13:34:01Z</updated>
<author>
<name>Luka Markušić</name>
<email>markusicluka@gmail.com</email>
</author>
<published>2026-06-01T13:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=4480762e83f9c9f56a397b743a3d5867e1abf499'/>
<id>urn:sha1:4480762e83f9c9f56a397b743a3d5867e1abf499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instruct user not to worry about sentinel syntax in `065_builtins2`</title>
<updated>2026-05-18T16:29:17Z</updated>
<author>
<name>Nick Grimshaw</name>
<email>nick@inviga.co.uk</email>
</author>
<published>2026-05-18T16:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=42a417f9a5a8c25b46f4b55e5361d8875b62f9ea'/>
<id>urn:sha1:42a417f9a5a8c25b46f4b55e5361d8875b62f9ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request 'replace deprecated `mem.indexOf` with `mem.find`' (#363) from pebose/exercises:indexof-to-find into main</title>
<updated>2026-02-27T18:36:00Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2026-02-27T18:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=1813c0ded8293134bef6b24456a120bd33456b40'/>
<id>urn:sha1:1813c0ded8293134bef6b24456a120bd33456b40</id>
<content type='text'>
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/363
</content>
</entry>
<entry>
<title>improve comment stating 'Zig 0.10.0' @typeName change</title>
<updated>2026-02-27T02:55:37Z</updated>
<author>
<name>Paul Ebose</name>
<email>pebose@proton.me</email>
</author>
<published>2026-02-27T02:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=686342375ed3f6ccd80b8483d37817d5a7bc8d8e'/>
<id>urn:sha1:686342375ed3f6ccd80b8483d37817d5a7bc8d8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace deprecated `mem.indexOf` with `mem.find`</title>
<updated>2026-02-27T02:38:26Z</updated>
<author>
<name>Paul Ebose</name>
<email>pebose@proton.me</email>
</author>
<published>2026-02-27T02:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=8a2e40040b32378cf8a71af1cd5f19d163417f55'/>
<id>urn:sha1:8a2e40040b32378cf8a71af1cd5f19d163417f55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restrict parameter type in 'maximumNarcissism'</title>
<updated>2025-12-07T22:15:42Z</updated>
<author>
<name>Castanearie</name>
<email>castanearie@posteo.eu</email>
</author>
<published>2025-12-07T22:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=0c9d5abccdbf6745ed60d9ae12d7a86e62de72ce'/>
<id>urn:sha1:0c9d5abccdbf6745ed60d9ae12d7a86e62de72ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes the changes in zig's struct.fields</title>
<updated>2025-06-17T12:07:31Z</updated>
<author>
<name>Chris Boesch</name>
<email>chrboesch@noreply.codeberg.org</email>
</author>
<published>2025-06-17T12:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.muftee.net/zigling-exercises.git/commit/?id=451e1a373969f81fb63223e10b1d69ba7dac3523'/>
<id>urn:sha1:451e1a373969f81fb63223e10b1d69ba7dac3523</id>
<content type='text'>
</content>
</entry>
</feed>
