summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2026-06-11missed a change to add the phrase 'and quiz 95' to the statement regarding ↵Michael Walker
Zig's Io interface.
2026-06-11Fixed a couple of exercise references as they are no longer accurate after ↵Michael Walker
the recent changes - Exercise 107 claimed the async exercises are 84-91, they are actually 85-94 and quiz 95 - Exercise 113 claimed the bit manip exercise is 097, it is now 100 - Exercise 114 has the bit manipulation exercises as 097 and 098, they are now 100 and 101 - Exercise 114 has the last switch exercise as being 108, it is now 111.
2026-06-03Merge branch 'main' into fix-build-updateChris Boesch
2026-06-02fixup! Add another defer exerciseLuka Markušić
2026-06-01Add another defer exerciseLuka Markušić
2026-06-01fix removed array multiplicationLuka Markušić
2026-06-01Fix 082_anonymous_structs3.zig because of new build systemLuka Markušić
2026-06-01Fix 071_comptime6.zig because of new build systemLuka Markušić
2026-06-01Fix 065_builtins2.zig because of new build systemLuka Markušić
2026-05-31fix typosLuka Markušić
2026-05-25051: add a commaxiaolizhi
2026-05-22added expalantion for const pointerChris Boesch
2026-05-18Merge pull request 'Instruct user not to worry about sentinel syntax in ↵Chris Boesch
`065_builtins2`' (#425) from nickgrim/exercises:sentinel_warning into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/425
2026-05-18Minor grammar fix to comment in `005_arrays2`Nick Grimshaw
2026-05-18Instruct user not to worry about sentinel syntax in `065_builtins2`Nick Grimshaw
2026-05-04fixed removed array multiplicationChris Boesch
2026-05-02adjusted comment to zig 0.16Chris Boesch
2026-04-30fixed compileError printingChris Boesch
2026-04-22docs: update wrong reference to prior exercisekwyse
The comment should reference exercise 109, not 106.
2026-04-21Merge branch 'main' into fix_commentChris Boesch
2026-04-20fix: move exercise 100 celebration comment to the right fileFrost-Phoenix
2026-04-20docs: fix wrong prerequisite in 110_files2.zigKercyDing
2026-04-18demonstrate the benefit of the mutexMatthijsBlom
2026-04-18fix: mutex unlock call in async exampleGabriele Belluardo
2026-04-14Fix formatting reference linkTom
2026-04-14fixed merge conflictChris Boesch
2026-04-14added cancelation if nothing foundChris Boesch
2026-04-14093_async9: small fixesTom
2026-04-14Merge branch 'main' into 95-bug4Chris Boesch
2026-04-14new example for concurrencyChris Boesch
2026-04-14added result for 12 digitsChris Boesch
2026-04-13095_quiz_async: Add missing Bug 4Tom
2026-04-13typoChris Boesch
2026-04-12Replace exercise 074_comptime9Tom
The exercise no longer needed any modifications to pass due to advancements in Zig. This new exercise attempts to teach about @compileError, @compileLog, and some comptime debugging. It tries to help prepare users for the "super bonus challenge" in 075_quiz8.
2026-04-07Merge branch 'main' into fix-060Chris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-06improvements for async-ioChris Boesch
2026-04-05improvements for async-ioChris Boesch
2026-04-05improvements for async-ioChris Boesch
2026-04-04improvements for async-ioChris Boesch
2026-04-03improved report designChris Boesch
2026-04-03added async-io quizChris Boesch
2026-04-03new async exerciseChris Boesch
2026-04-03exercise 60: added hint on correct formatmarkuxcu
2026-04-03new async exerciseChris Boesch
2026-04-03Insert space for additional async exercisesChris Boesch