aboutsummaryrefslogtreecommitdiff
path: root/exercises/093_hello_c.zig
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13Update exercises/093_hello_c.zigChris Boesch1-1/+1
small typo
2023-03-14Fix typoJo Burgard1-1/+1
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-19check for dev1650 and some minor polishChris Boesch1-2/+2
2023-02-19small improvements in hello_cChris Boesch1-1/+1
2023-02-18added C math exerciseChris Boesch1-1/+1
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-16inserted a workaround for mac-os, see ↵Chris Boesch1-1/+10
https://github.com/ziglang/zig/issues/14657#issuecomment-1432180967
2023-02-15added the first C exerciseChris Boesch1-0/+69