aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-03-30changed self paramter in waddle to pointerChris Boesch
2023-03-20Update README.mdChris Boesch
change note to attention for new build system
2023-03-19Merge pull request #203 from chrboesch/new_buildChris Boesch
workaround for new build system
2023-03-19workaround for parallel processing of the build stepsChris Boesch
2023-03-19first test for new build systemChris Boesch
2023-03-15Merge pull request #199 from joburgard/mainDave Gauer
Fix typos
2023-03-14Fix typoJo Burgard
2023-03-14Fix typoJo Burgard
2023-03-12Update README.mdChris Boesch
2023-03-12Update README.mdChris Boesch
2023-03-12Update README.mdChris Boesch
see https://github.com/ratfactor/ziglings/issues/198
2023-03-09Merge pull request #197 from chrboesch/memallChris Boesch
added line feed
2023-03-09added line feedChris Boesch
2023-03-09Merge pull request #195 from Seanny123/memory-allocationChris Boesch
Memory allocation exercise
2023-03-08change empty init to '???' placeholderSean Aubin
2023-03-08rename memory allocation 095 -> 096Sean Aubin
2023-03-08add 095_memory_allocation.patchSean Aubin
2023-03-08fix allocate exampleSean Aubin
2023-03-08move memory allocation example to 095Sean Aubin
2023-03-08rephrase/reformat commentsSean Aubin
2023-03-08first draft of memory allocation exerciseSean Aubin
2023-03-04Merge pull request #196 from chrboesch/for-loopsChris Boesch
exercise for new for-loops
2023-03-04exercise for new for-loopsChris Boesch
2023-02-28Merge pull request #194 from Seanny123/sean-nitpicksChris Boesch
Nitpicks: typos, grammar
2023-02-28fix typos/grammar in 093_hello_c.zigSean Aubin
- output a text -> output text - In Zig -> add comma - result ist -> result is - remove extra whitespace
2023-02-22Update README.mdChris Boesch
2023-02-21Update README.mdChris Boesch
2023-02-21Merge pull request #191 from chrboesch/dev_1711Chris Boesch
dev.1711 - switched to multi-object-for-loops
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch
2023-02-20Merge pull request #190 from chrboesch/issue_126Chris Boesch
removed unnecessary self pointer
2023-02-20removed unnecessary self pointerChris Boesch
2023-02-19Update README.mdChris Boesch
2023-02-19Merge pull request #189 from chrboesch/dev1650Chris Boesch
check for dev1650 and some minor polish
2023-02-19check for dev1650 and some minor polishChris Boesch
2023-02-19Merge pull request #188 from chrboesch/issue_185Chris Boesch
issue 185, description improved
2023-02-19issue 185, description improvedChris Boesch
2023-02-19Merge pull request #187 from chrboesch/c_mathChris Boesch
small improvements in hello_c
2023-02-19small improvements in hello_cChris Boesch
2023-02-18Merge pull request #186 from chrboesch/c_mathChris Boesch
added C math exercise
2023-02-18added C math exerciseChris Boesch
2023-02-16'working with C marked'Chris Boesch
2023-02-16Merge pull request #183 from chrboesch/hello_cChris Boesch
added the first C exercise
2023-02-16some improvements in the descriptionChris Boesch
2023-02-16try 'write' that works on mac, but I didn't know if it works on windowsChris Boesch
2023-02-16Merge pull request #184 from DiogoNeves/patch-1Chris Boesch
Adds missing 'the' to intro text (020_quiz3)
2023-02-16Merge branch 'main' into hello_cChris Boesch
2023-02-16inserted a workaround for mac-os, see ↵Chris Boesch
https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967
2023-02-16'Interfaces' check markedChris Boesch
2023-02-16Merge pull request #181 from chrboesch/interfacesChris Boesch
Interfaces
2023-02-16adds missing 'the' to intro textDiogo Neves
`some of things` => `some of the things`. (I'm loving the exercises and wanted to contribute in any way possible)