221V beaa01f5a4 038 3 days ago
..
001_hello.zig 4b1bd8bfa2 001 1 week ago
002_std.zig f3568f79f2 002 1 week ago
003_assignment.zig 92154f27a3 003 1 week ago
004_arrays.zig cdaf89eca5 004 1 week ago
005_arrays2.zig 3024fae9ab 005 1 week ago
006_strings.zig 3acbda2395 006 1 week ago
007_strings2.zig 1b48aaa6d5 007 1 week ago
008_quiz.zig 5d3a15461f 008 1 week ago
009_if.zig ab6a363a79 009 1 week ago
010_if2.zig 1a24d5459f 010 1 week ago
011_while.zig 44673acae9 011 1 week ago
012_while2.zig 84bfbdf5b4 012 1 week ago
013_while3.zig f9ad04f83f 013 1 week ago
014_while4.zig 129359ec26 014 1 week ago
015_for.zig 28780ba211 015 1 week ago
016_for2.zig 264378bf49 016 1 week ago
017_quiz2.zig a87d44ab29 017 1 week ago
018_functions.zig e6bcdd4097 018 1 week ago
019_functions2.zig 82b4bfc3ba 019 1 week ago
020_quiz3.zig 2c73991bc1 cannot reproduce bug O_o 1 week ago
021_errors.zig b38cf9e83f 021 1 week ago
022_errors2.zig 82dfc85590 022 1 week ago
023_errors3.zig b7b92ae2ee 023 1 week ago
024_errors4.zig 7e8af8d1e9 024 1 week ago
025_errors5.zig ae6c34386e 025 1 week ago
026_hello2.zig db7b6fb47b 026 4 days ago
027_defer.zig cae739f852 027 4 days ago
028_defer2.zig 84e9c29692 028 4 days ago
029_errdefer.zig 02d41b5522 029 4 days ago
030_switch.zig 3a856b8f38 030 4 days ago
031_switch2.zig 47a78700db 031 4 days ago
032_unreachable.zig 6257a77333 032 4 days ago
033_iferror.zig 120ff9c99f 033 4 days ago
034_quiz4.zig 3e296d4dd6 034 4 days ago
035_enums.zig 9e6ded254f 035 4 days ago
036_enums2.zig 4b5f851c8f 036 4 days ago
037_structs.zig 48afc1c13a 037 3 days ago
038_structs2.zig beaa01f5a4 038 3 days ago
039_pointers.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
040_pointers2.zig 14ad753001 improving the explanation 2 years ago
041_pointers3.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 years ago
042_pointers4.zig 1891030f49 Update 042_pointers4.zig 2 years ago
043_pointers5.zig dee6a96ddf Correct conventional Zig reference vs value passing re #89 3 years ago
044_quiz5.zig 0956f1839f "999 is enough for anybody" triple-zero padding (#18) 4 years ago
045_optionals.zig d2d3dfa277 var to const when posssible 2 years ago
046_optionals2.zig 0d9458807e Deleted unnecessary pointer. 9 months ago
047_methods.zig a6d13af0c2 the Earth 1 year ago
048_methods2.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
049_quiz6.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
050_no_value.zig 76b8fcdb28 Add ')' 2 months ago
051_values.zig 9844123dd1 Improved the explanation about passing arguments and added an example. 1 year ago
052_slices.zig 15827c1df3 Update 052_slices.zig 4 years ago
053_slices2.zig f8b8531930 zig fmt 3 years ago
054_manypointers.zig b6abbf948c Introduce syntax for turning a many pointer to a slice 1 year ago
055_unions.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
056_unions2.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
057_unions3.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
058_quiz7.zig 02478759b4 Rephrase instruction for clarity 9 months ago
059_integers.zig d0519d18fa Fixed unicode literal 1 year ago
060_floats.zig a22f1df0a1 Shuttle weight fixed w.r.t. issue-211 5 months ago
061_coercions.zig d10ca483b0 remove redundant word "a" 3 years ago
062_loop_expressions.zig ad5d57befd fix loop else clause explanation 3 years ago
063_labels.zig e7326dc5f9 dev.1711 - switched to multi-object-for-loops 2 years ago
064_builtins.zig 46e3a38dbc Fix two minor typos 1 year ago
065_builtins2.zig 451e1a3739 Fixes the changes in zig's struct.fields 2 months ago
066_comptime.zig 2ca76b8388 description specified 2 years ago
067_comptime2.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
068_comptime3.zig 7a16ed09ac Fixed missing comptime. 2 years ago
069_comptime4.zig a5a36337e8 Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2 years ago
070_comptime5.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
071_comptime6.zig 522b4673a4 fix: typos 5 months ago
072_comptime7.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
073_comptime8.zig 29d32bfa79 fix whitespace line-endings 3 years ago
074_comptime9.zig 73f7670667 Global scope is container-level scope 1 year ago
075_quiz8.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
076_sentinels.zig b2f56c7cea Fixes several changes in std.builtin.zig 11 months ago
077_sentinels2.zig f8b8531930 zig fmt 3 years ago
078_sentinels3.zig e142d40fb0 Update 078_sentinels3.zig 2 years ago
079_quoted_identifiers.zig 3da45dfc36 Remove trailing whitespace. 3 years ago
080_anonymous_structs.zig 14c81a6cef 080: Fix @typeName results in comment 2 months ago
081_anonymous_structs2.zig f9e2da67f4 Fix exercises 058 and 081 :wrench: 4 years ago
082_anonymous_structs3.zig 6f3cdcf018 Update type info for StructField type in 082 5 months ago
083_anonymous_lists.zig 6b17a18893 Ensure the exercises use the canonical format 2 years ago
084_async.zig 29d32bfa79 fix whitespace line-endings 3 years ago
085_async2.zig 29d32bfa79 fix whitespace line-endings 3 years ago
086_async3.zig 433202d429 change `suspend;` to `suspend {}` 4 years ago
087_async4.zig be279c78f5 add ex087 async 4 4 years ago
088_async5.zig aa733dc3ef No unused fn params 4 years ago
089_async6.zig f8b8531930 zig fmt 3 years ago
090_async7.zig 29d32bfa79 fix whitespace line-endings 3 years ago
091_async8.zig 49ce260748 Added ex91 - closing in on async! 3 years ago
092_interfaces.zig 7679f93f68 Converted var to const if there is no mutation in var. 1 year ago
093_hello_c.zig 7bfd7adce8 Update exercises/093_hello_c.zig 1 year ago
094_c_math.zig 4dbd056100 fix: typo: % instead of @ for a builtin function 1 year ago
095_for3.zig 17f9312034 Clarification in description for ranges in loops. 1 year ago
096_memory_allocation.zig 19bd8745e4 Fix some typos 1 year ago
097_bit_manipulation.zig 761fb1a501 Changed the values for better understanding 3 months ago
098_bit_manipulation2.zig 0d06220ec5 Fixed 98 3 weeks ago
099_formatting.zig 69ad718446 099: Make hex example match output 2 months ago
100_for4.zig c2dcaf3099 Use print alias in exercise 100_for4.zig 7 months ago
101_for5.zig 11a120521d Add link to DoD talk in 101_for5.zig 2 years ago
102_testing.zig c3a73b8e2b Added testing exercise. 2 years ago
103_tokenization.zig b26e3b2ac4 Fixed error message through a TAB in the comment, see https://github.com/ziglang/zig/issues/20928 1 year ago
104_threading.zig f461986896 Fixed 104 3 weeks ago
105_threading2.zig 522b4673a4 fix: typos 5 months ago
106_files.zig 33d61cb3c9 Minor case-related changes. 9 months ago
107_files2.zig 522b4673a4 fix: typos 5 months ago
108_labeled_switch.zig b1223f92ed 108: . 2 months ago
109_vectors.zig bfed660020 Fixed formating, created patch file. 9 months ago
110_quiz9.zig 522b4673a4 fix: typos 5 months ago
999_the_end.zig 9d9dc1dacf changed 'the_end' to '999_the_end' 2 years ago