Commit Graph
22 Commits
Author SHA1 Message Date
Dave GauerandGitHub 8f732047b5 Update 48_methods2.zig 2021-03-05 09:22:20 -05:00
Dave GauerandGitHub fa110ed4c8 Merge pull request #31 from drforester/main
found a Zig enum with a method
2021-03-05 09:19:48 -05:00
Dave GauerandGitHub 5009b61030 Merge pull request #30 from JosephTLyons/Whitespace-cleanup
Cleaned up some extraneous whitespace characters
2021-03-03 09:00:16 -05:00
Dave GauerandGitHub c204ac9291 Merge pull request #29 from g-w1/scr
patches: make interpreter compat and make work if not in PATH
2021-03-02 20:07:03 -05:00
Dave GauerandGitHub d2b4e7a87b Merge pull request #27 from vishalsodani/main
Fixed some typos
2021-02-27 15:59:34 -05:00
Dave GauerandGitHub 356fbf1b5b New illustration in README!
Using the "put an image in an issue and link to it on the README" trick to
keep the Ziglings repo size down.
2021-02-27 14:51:15 -05:00
Dave GauerandGitHub efdcfc70d4 Merge pull request #24 from mz0/fix06
fix repeat target
2021-02-16 18:25:58 -05:00
Dave GauerandGitHub 9dc8b3d931 Merge pull request #23 from vishalsodani/main
Fixed spelling
2021-02-16 18:25:30 -05:00
Dave GauerandGitHub a2b6b68a25 Merge pull request #22 from quexxon/apply-zig-fmt
Apply `zig fmt` to exercises and generate remaining patch files
2021-02-15 19:32:00 -05:00
Dave GauerandGitHub 882a6b6198 Merge pull request #20 from quexxon/exercise_12_fixes
Exercise 12 fixes
2021-02-15 09:58:39 -05:00
Dave GauerandGitHub 6a00d37d03 Merge pull request #17 from quexxon/main
Fix typo in exercise 09: out => our
2021-02-14 09:42:28 -05:00
Dave GauerandGitHub 34f03b0e96 Merge pull request #10 from tijb/patch-1
Update 03_assignment.zig | Missing Line In Example
2021-02-14 08:32:42 -05:00
Dave GauerandGitHub 8edfe2f157 Merge pull request #13 from Ivan-Velickovic/main
04_arrays.zig - missing ":" for type of example array
2021-02-13 21:59:17 -05:00
Dave GauerandGitHub 2493e93c37 Added additional inspirations for Ziglings
Ruby Koans is even attributed by rustlings.
The Little Schemer is a personal all-time favorite programming book.
2021-02-13 15:47:00 -05:00
Dave GauerandGitHub 6c53364b38 Merge pull request #11 from tijb/patch-2
Update 04_arrays.zig | Array Index
2021-02-13 11:37:30 -05:00
Dave GauerandGitHub 5505569980 Updating README description of project
Also updated the GitHub project description to:
"Learn the Zig programming language by fixing tiny broken programs."

I think it sounds more of a fun challenge this way rather than the more
academic "learn by doing exercises".

I mean, who wouldn't want to come help these "tiny broken programs"?!?
2021-02-13 11:23:53 -05:00
Dave GauerandGitHub d9b8dfa535 Merge pull request #5 from Joefish/zig_version_check
Added a zig version test
2021-02-12 20:29:50 -05:00
Dave GauerandGitHub a87c08cb3b Merge pull request #9 from palash25/typo2
exercise/25 fix typo
2021-02-12 10:43:00 -05:00
Dave GauerandGitHub b7f9711da4 Merge pull request #7 from palash25/typo
exercise/21: fix typo
2021-02-11 14:13:15 -05:00
Dave GauerandGitHub 56ba5d7fda Merge pull request #3 from Joefish/06_print_specifier
Added string specifier in Ex 06
2021-02-10 22:08:16 -05:00
Dave GauerandGitHub e382b01976 Ex 22 spelling error
I never make mistakes with apostrophes'es', so I dont' know what happened here.
2021-02-10 09:35:16 -05:00
Dave GauerandGitHub 82a1abe09b Improved 02 comment about imports being const 2021-02-10 09:27:43 -05:00