summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2025-12-07restrict parameter type in 'maximumNarcissism'Castanearie
2025-12-07Added art descriptionChris Boesch
2025-11-28changed 1 to 42 for better understandingChris Boesch
2025-11-28changed 'sleep' to async I/OChris Boesch
2025-11-01pause slightly extended for faster computersChris Boesch
2025-11-01fixed more changes due to new I/O APIChris Boesch
2025-10-24Wrap comment at 80 chars in 102.Adam Wheeler
Some of the inline comments in 102 are wrapped into very short lines. This rewraps the shortest ones for readability.
2025-10-17Fixed description to decimal and scientific notationChris Boesch
2025-10-03Fixed conversion from kg to tonsChris Boesch
2025-08-24fixes some minor typosChris Boesch
2025-08-24Merge branch 'main' into test-expectChris Boesch
2025-08-11fix: 019 typo in example function, missing return typeSardorbek Imomaliev
2025-07-22Fixed 104Chris Boesch
2025-07-22Fixed 98Chris Boesch
2025-07-22Update stdout writer usage to use std.fs.FileArnold Filip
2025-07-13for expectEqual the first param is expectedCallum Styan
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2025-06-17Merge branch 'main' into i278Chris Boesch
2025-06-17Fixes the changes in zig's struct.fieldsChris Boesch
2025-06-11Merge pull request '080: Fix @typeName results in comment' (#271) from ↵Chris Boesch
felixrabe/exercises:felixrabe-patch-4 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/271
2025-06-11Merge pull request '099: Make hex example match output' (#274) from ↵Chris Boesch
felixrabe/exercises:felixrabe-patch-5 into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/274
2025-06-01108: .felixrabe
2025-06-01108: Make prettyfelixrabe
2025-05-31099: Make hex example match outputfelixrabe
2025-05-30080: Fix @typeName results in commentfelixrabe
2025-05-30Add ')'felixrabe
2025-05-12Changed the values for better understandingChris Boesch
2025-03-20fix: typosJost Alemann
2025-03-14Update type info for StructField type in 082Yevhen Babiichuk (DustDFG)
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
2025-03-03Shuttle weight fixed w.r.t. issue-211mz0
2025-02-14Shuttle weight fixedChris Boesch
2025-02-13fixed spelling of 'bitmask'Alexander Sisco
2025-02-13fixed formattingAlexander Sisco
2025-02-12fixed minor spelling and grammar typosAlexander Sisco
2025-02-11fixed incorrect bitmask in xor exampleAlexander Sisco
2025-02-11added header for quiz problemsAlexander Sisco
2025-02-11added blank lines between sections to make themAlexander Sisco
easier to find
2025-02-11edited the first two paragraphsAlexander Sisco
2025-02-11made some simple changes to the wording to reflectAlexander Sisco
the fact that this is a quiz
2025-02-11moved explanatory content below the broken code inAlexander Sisco
main so that the exercise functions more like a quiz
2025-02-10converted 110 to a quiz (quiz 9)Alexander Sisco
2025-02-08format fixAlexander Sisco
2025-02-04added newline between toggle and set sections toAlexander Sisco
make the expected output match
2025-02-04changed the order of the sections to improve flowAlexander Sisco
2025-02-03Suggesting a third exercise for bit manipulationAlexander Sisco
2025-01-09Merge pull request 'Use print alias in exercise 100_for4.zig' (#198) from ↵Chris Boesch
Zorgatone/ziglings-solutions:use-print-alias into main Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/198
2025-01-08Merge branch 'main' into mainChris Boesch
2025-01-08Update exercises/108_labeled_switch.zigchrboesch
Fixed an error in the debug statement and made the text a bit more coherent. Signed-off-by: chrboesch <chrboesch@noreply.codeberg.org>
2025-01-08Update exercises/108_labeled_switch.zigchrboesch
The sentence was slightly unclear Signed-off-by: chrboesch <chrboesch@noreply.codeberg.org>
2025-01-07Fix a typo: we need do we need to -> we need tomikkurogue
Morning delirium does not help when looking at lots of words
2025-01-07Use print alias in exercise 100_for4.zigZorgatone