aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
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)
2023-02-15Added story/explanation to new ex. 092Dave Gauer
2023-02-15added the first C exerciseChris Boesch
2023-02-15Merge pull request #182 from chrboesch/v1638Chris Boesch
update to version 1636
2023-02-15update to version 1636Chris Boesch
2023-02-14inserted a failure and created a patchChris Boesch
2023-02-14created an empty patch for testing until the exercise is finishedChris Boesch
2023-02-12Update README.mdChris Boesch
2023-02-12Merge pull request #180 from chrboesch/v1602Chris Boesch
updated to version 011.0-dev.1602
2023-02-12updated to version 011.0-dev.1602Chris Boesch
2023-02-11added 092_interfaces to buildChris Boesch
2023-02-11first draft for interfacesChris Boesch
2023-02-04noted changes for version 1568Chris Boesch
2023-02-04Merge pull request #177 from DameonSmith/patch-1Chris Boesch
Updating build.zig to support new API change.
2023-02-04new build number addedChris Boesch
2023-02-02Merge pull request #178 from chrboesch/issue176Chris Boesch
removed trim of trailing spaces
2023-02-02removed trim of trailing spacesChris Boesch
2023-02-01Updating build.zig to support new API change.Dameon Smith
I updated zig today and the addExecutable API appears to have changed with it. I was able to get the build to run again with this change.
2023-02-01Merge pull request #175 from chrboesch/readmeChris Boesch
notes for dev update to 1501
2023-02-01notes for dev update to 1501Chris Boesch
2023-01-31Merge pull request #174 from chrboesch/buildChris Boesch
update to zig dev release 1501
2023-01-31update to zig dev release 1501Chris Boesch
2023-01-29Merge pull request #173 from chrboesch/issue172Chris Boesch
description of excercise 066 refined
2023-01-29description specifiedChris Boesch
2023-01-27update goto-bus-stopChris Boesch
2023-01-27Merge pull request #170 from ratfactor/commentChris Boesch
comment corrected
2023-01-27comment correctedChris Boesch
2023-01-22Merge pull request #168 from chrboesch/endChris Boesch
the_end function added
2023-01-22try to fix mac errorChris Boesch
2023-01-22changed 'the_end' to '999_the_end'Chris Boesch
2023-01-21fix mac errorChris Boesch
2023-01-21the_end function addedChris Boesch
2023-01-21Merge pull request #167 from chrboesch/buildChris Boesch
trim of leading spaces added
2023-01-21trim of leading spaces addedChris Boesch
2023-01-21Update README.mdChris Boesch
2023-01-21Merge pull request #145 from dasimmet/check_output_lenChris Boesch
add check for trailing output characters
2023-01-21Merge pull request #166 from chrboesch/patchesChris Boesch
patches fixed
2023-01-21fixed patchesChris Boesch
2023-01-21Merge branch 'main' into check_output_lenChris Boesch
2023-01-21Merge pull request #165 from chrboesch/readmeChris Boesch
added note for async functions