ziglings/exercises
2023-10-04 04:53:34 +02:00
..
001_hello.zig fix typo well -> will 2023-05-06 15:38:13 -06:00
002_std.zig
003_assignment.zig
004_arrays.zig
005_arrays2.zig
006_strings.zig
007_strings2.zig
008_quiz.zig
009_if.zig
010_if2.zig var to const when posssible 2023-06-22 09:41:41 +00:00
011_while.zig
012_while2.zig
013_while3.zig
014_while4.zig
015_for.zig Updating wording in 'for' exercises 2023-04-30 16:23:35 -04:00
016_for2.zig Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2023-06-26 23:43:39 +02:00
017_quiz2.zig var to const when posssible 2023-06-22 09:41:41 +00:00
018_functions.zig
019_functions2.zig
020_quiz3.zig adds missing 'the' to intro text 2023-02-16 00:39:56 +00:00
021_errors.zig
022_errors2.zig
023_errors3.zig var to const when posssible 2023-06-22 09:41:41 +00:00
024_errors4.zig var to const when posssible 2023-06-22 09:41:41 +00:00
025_errors5.zig var to const when posssible 2023-06-22 09:41:41 +00:00
026_hello2.zig check for dev1650 and some minor polish 2023-02-19 17:52:16 +01:00
027_defer.zig
028_defer2.zig
029_errdefer.zig
030_switch.zig
031_switch2.zig var to const when posssible 2023-06-22 09:41:41 +00:00
032_unreachable.zig
033_iferror.zig
034_quiz4.zig
035_enums.zig
036_enums2.zig Update outdated comments 2023-06-22 12:11:24 +00:00
037_structs.zig changed struct name 'class' into 'role' 2023-08-02 23:29:02 +02:00
038_structs2.zig changed struct name 'class' into 'role' 2023-08-02 23:29:02 +02:00
039_pointers.zig
040_pointers2.zig improving the explanation 2023-04-05 16:11:56 +02:00
041_pointers3.zig
042_pointers4.zig Update 042_pointers4.zig 2023-01-12 19:25:06 +01:00
043_pointers5.zig Correct conventional Zig reference vs value passing re #89 2022-07-31 15:58:24 -04:00
044_quiz5.zig
045_optionals.zig var to const when posssible 2023-06-22 09:41:41 +00:00
046_optionals2.zig
047_methods.zig var to const when posssible 2023-06-22 09:41:41 +00:00
048_methods2.zig function made more elegant 2023-03-30 23:11:40 +02:00
049_quiz6.zig
050_no_value.zig Updated build version requirement to 0.10.0-dev.3385 2022-07-31 11:04:16 -04:00
051_values.zig
052_slices.zig
053_slices2.zig
054_manypointers.zig
055_unions.zig
056_unions2.zig
057_unions3.zig
058_quiz7.zig Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2023-06-26 23:43:39 +02:00
059_integers.zig Add example for Unicode Code point literal > 255 2023-08-27 12:33:33 +02:00
060_floats.zig var to const when posssible 2023-06-22 09:41:41 +00:00
061_coercions.zig
062_loop_expressions.zig
063_labels.zig dev.1711 - switched to multi-object-for-loops 2023-02-21 21:43:40 +01:00
064_builtins.zig Update outdated comments 2023-06-22 12:11:24 +00:00
065_builtins2.zig Update outdated comments 2023-06-22 12:11:24 +00:00
066_comptime.zig description specified 2023-01-29 17:52:11 +01:00
067_comptime2.zig
068_comptime3.zig Fixed missing comptime. 2023-06-11 23:41:42 +02:00
069_comptime4.zig Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2023-06-26 23:43:39 +02:00
070_comptime5.zig changed self parameter in connect to pointer 2023-03-31 12:18:57 +02:00
071_comptime6.zig patch because of a change in @typeInfo 2023-01-14 15:36:36 +01:00
072_comptime7.zig add missing word "to" 2023-05-07 01:38:28 -06:00
073_comptime8.zig
074_comptime9.zig Global scope is container-level scope 2023-09-20 22:30:57 +00:00
075_quiz8.zig Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2023-06-26 23:43:39 +02:00
076_sentinels.zig Add missing word "of" 2023-05-07 02:04:30 -06:00
077_sentinels2.zig
078_sentinels3.zig Update 078_sentinels3.zig 2023-06-29 21:32:44 +02:00
079_quoted_identifiers.zig
080_anonymous_structs.zig Fix typo 2023-03-14 13:35:20 +01:00
081_anonymous_structs2.zig
082_anonymous_structs3.zig patch because of a change in @typeInfo 2023-01-14 15:36:36 +01:00
083_anonymous_lists.zig Ensure the exercises use the canonical format 2023-04-18 18:16:19 +02:00
084_async.zig
085_async2.zig
086_async3.zig
087_async4.zig
088_async5.zig
089_async6.zig
090_async7.zig
091_async8.zig
092_interfaces.zig fix typo 2023-06-17 09:34:37 +02:00
093_hello_c.zig Fix typo 2023-03-14 13:43:50 +01:00
094_c_math.zig Exercise 094: Correct spelling and grammar 2023-03-30 09:40:13 -04:00
095_for3.zig Renamed 095 to "for3" to match feature sequence 2023-04-30 17:11:37 -04:00
096_memory_allocation.zig fix typo 2023-07-03 02:06:40 -06:00
097_bit_manipulation.zig Update 097_bit_manipulation.zig 2023-04-12 17:13:51 +02:00
098_bit_manipulation2.zig Revised exercises due to the changes of Zig version 0.11.0-dev.3853 2023-06-26 23:43:39 +02:00
099_formatting.zig Add missing word "a" 2023-05-07 03:33:55 -06:00
100_for4.zig Added Ex. 100 fourth for (as foretold in #261) 2023-04-30 21:23:54 -04:00
101_for5.zig Add link to DoD talk in 101_for5.zig 2023-08-17 19:43:13 +02:00
102_testing.zig Added testing exercise. 2023-05-15 00:06:15 +02:00
103_tokenization.zig fix(103_tokenization): ✏️ Migrated to tokenizeAny 2023-10-04 04:53:34 +02:00
999_the_end.zig changed 'the_end' to '999_the_end' 2023-01-22 13:12:53 +01:00