Commit Graph
38 Commits
Author SHA1 Message Date
Dave GauerandGitHub ab69eacb3f Merge pull request #55 from rofrol/patch-3
this means
2021-05-13 11:22:24 -04:00
Dave GauerandGitHub cc87c8e82d Merge pull request #52 from andrejp88/main
Fix typo in 074 comptime 9
2021-05-03 20:03:43 -04:00
Dave GauerandGitHub 87a7076140 Merge pull request #51 from noc7c9/patch-1
Fix typo in 061_coercions.zig
2021-04-26 20:07:34 -04:00
Dave GauerandGitHub 0412719095 Merge pull request #47 from ChrisMiuchiz/main
Fix typo
2021-04-26 20:03:31 -04:00
Dave GauerandGitHub dc476a6980 Merge pull request #44 from rofrol/patch-1
print below statement -> print statement below
2021-04-01 22:33:15 -04:00
Dave GauerandGitHub a817b3e6c1 Merge pull request #40 from samwho/fix-typo
Fix a small typo in 029_errdefer.zig.
2021-03-26 18:23:26 -04:00
Dave GauerandGitHub 0ee4750b74 Update 005_arrays2.zig
ex005 was too to
2021-03-18 18:46:44 -04:00
Dave GauerandGitHub 4ffea758a7 Merge pull request #39 from davidskeck/patch-1
grammatical fixes
2021-03-18 09:53:41 -04:00
Dave GauerandGitHub 200b1e8fb6 Merge pull request #38 from tomkun/patch-1
Another enum method found
2021-03-16 10:25:02 -04:00
Dave GauerandGitHub 7004760a35 Merge pull request #37 from SpencerCDixon/enum-method
Adds another enum method
2021-03-15 08:52:18 -04:00
Dave GauerandGitHub 9b302ae7cf Merge pull request #36 from JosephTLyons/Whitespace-cleanup
Cleaned up some trailing whitespace
2021-03-14 15:31:40 -04:00
Dave GauerandGitHub 182225a261 Merge pull request #35 from GoldsteinE/patch-1
Found another enum method
2021-03-13 15:43:28 -05:00
Dave GauerandGitHub c48e6f8087 Update README.md 2021-03-12 20:43:21 -05:00
Dave GauerandGitHub 01ff51a9c8 Merge pull request #34 from bbuccianti/main
I found one enum with a fn!
2021-03-12 17:57:15 -05:00
Dave GauerandGitHub 46b367e58e Merge pull request #33 from JosephTLyons/Use-Double-Quotes-On-Strings
Use double quotes for Zig strings
2021-03-12 08:07:08 -05:00
Dave GauerandGitHub 1b741826ea Update README.md 2021-03-10 14:47:23 -05:00
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