aboutsummaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)AuthorFilesLines
2023-04-19Merge pull request #247 from chrboesch/formattingChris Boesch1-0/+115
added first formatting exercise
2023-04-19added first formatting exerciseChris Boesch1-0/+115
2023-04-18Ensure the exercises use the canonical formatManlio Perillo6-23/+23
Add the check-exercises.py tool in the new tools directory. It is used to check that the exercises are correctly formatted, printing on stderr the invalid ones and the diff in the unified format. Update the exercises that don't use the canonical zig fmt format. Update some patches that cause the generated zig file to be incorrectly formatted.
2023-04-12Update 096_memory_allocation.zigChris Boesch1-0/+1
formatting
2023-04-12Update 097_bit_manipulation.zigChris Boesch1-0/+1
formatting
2023-04-12Update 098_bit_manipulation2.zigChris Boesch1-0/+1
formatting
2023-04-12added the second exercise for bit manipulationChris Boesch1-0/+63
2023-04-12added first exercise for bit manipulationChris Boesch1-0/+94
2023-04-05improving the explanationChris Boesch1-4/+6
2023-03-31Merge pull request #209 from chrboesch/e70Chris Boesch1-2/+2
changed self parameter in connect to pointer
2023-03-31changed self parameter in connect to pointerChris Boesch1-2/+2
2023-03-30function made more elegantChris Boesch1-6/+3
2023-03-30Merge pull request #207 from chrboesch/i205Chris Boesch1-4/+4
changed self paramter in waddle to pointer
2023-03-30changed self paramter in waddle to pointerChris Boesch1-4/+4
2023-03-30Exercise 094: Correct spelling and grammarZolo Zithro1-12/+12
2023-03-14Fix typoJo Burgard1-1/+1
2023-03-14Fix typoJo Burgard1-1/+1
2023-03-09added line feedChris Boesch1-0/+1
2023-03-08change empty init to '???' placeholderSean Aubin1-2/+2
2023-03-08rename memory allocation 095 -> 096Sean Aubin1-0/+0
2023-03-08fix allocate exampleSean Aubin1-1/+1
2023-03-08move memory allocation example to 095Sean Aubin1-0/+0
2023-03-08rephrase/reformat commentsSean Aubin1-19/+24
2023-03-08first draft of memory allocation exerciseSean Aubin1-0/+70
2023-03-04exercise for new for-loopsChris Boesch1-0/+64
2023-02-28fix typos/grammar in 093_hello_c.zigSean Aubin1-4/+4
- output a text -> output text - In Zig -> add comma - result ist -> result is - remove extra whitespace
2023-02-21Merge pull request #191 from chrboesch/dev_1711Chris Boesch6-10/+11
dev.1711 - switched to multi-object-for-loops
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch6-10/+11
2023-02-20removed unnecessary self pointerChris Boesch1-1/+1
2023-02-19check for dev1650 and some minor polishChris Boesch3-5/+6
2023-02-19issue 185, description improvedChris Boesch1-2/+7
2023-02-19small improvements in hello_cChris Boesch1-1/+1
2023-02-18added C math exerciseChris Boesch2-1/+34
2023-02-16Merge pull request #183 from chrboesch/hello_cChris Boesch1-0/+68
added the first C exercise
2023-02-16some improvements in the descriptionChris Boesch1-4/+4
2023-02-16try 'write' that works on mac, but I didn't know if it works on windowsChris Boesch1-15/+5
2023-02-16Merge pull request #184 from DiogoNeves/patch-1Chris Boesch1-1/+1
Adds missing 'the' to intro text (020_quiz3)
2023-02-16Merge branch 'main' into hello_cChris Boesch1-0/+127
2023-02-16inserted a workaround for mac-os, see ↵Chris Boesch1-1/+10
https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967
2023-02-16adds missing 'the' to intro textDiogo Neves1-1/+1
`some of things` => `some of the things`. (I'm loving the exercises and wanted to contribute in any way possible)
2023-02-15Added story/explanation to new ex. 092Dave Gauer1-24/+83
2023-02-15added the first C exerciseChris Boesch1-0/+69
2023-02-14inserted a failure and created a patchChris Boesch1-1/+1
2023-02-11added 092_interfaces to buildChris Boesch1-28/+8
2023-02-11first draft for interfacesChris Boesch1-0/+88
2023-01-29description specifiedChris Boesch1-0/+1
2023-01-27comment correctedChris Boesch1-6/+3
2023-01-22changed 'the_end' to '999_the_end'Chris Boesch1-0/+0
2023-01-21fix mac errorChris Boesch1-1/+3
2023-01-21the_end function addedChris Boesch1-0/+6