An open API service indexing awesome lists of open source software.

https://github.com/mrsloth-dev/ziglings-solutions


https://github.com/mrsloth-dev/ziglings-solutions

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ziglings

My take on the ziglings exercises, check the original repo here [link.](https://codeberg.org/ziglings/exercises)

Exercises:
- [x] 001_hello.zig
- [x] 002_std.zig
- [x] 003_assignment.zig
- [x] 004_arrays.zig
- [x] 005_arrays2.zig
- [x] 006_strings.zig
- [x] 007_strings2.zig
- [x] 008_quiz.zig
- [x] 009_if.zig
- [x] 010_if2.zig
- [x] 011_while.zig
- [x] 012_while2.zig
- [x] 013_while3.zig
- [x] 014_while4.zig
- [x] 015_for.zig
- [x] 016_for2.zig
- [x] 017_quiz2.zig
- [x] 018_functions.zig
- [x] 019_functions2.zig
- [x] 020_quiz3.zig
- [x] 021_errors.zig
- [x] 022_errors2.zig
- [x] 023_errors3.zig
- [x] 024_errors4.zig
- [x] 025_errors5.zig
- [x] 026_hello2.zig
- [x] 027_defer.zig
- [x] 028_defer2.zig
- [x] 029_errdefer.zig
- [x] 030_switch.zig
- [x] 031_switch2.zig
- [x] 032_unreachable.zig
- [x] 033_iferror.zig
- [x] 034_quiz4.zig
- [x] 035_enums.zig
- [x] 036_enums2.zig
- [x] 037_structs.zig
- [x] 038_structs2.zig
- [x] 039_pointers.zig
- [x] 040_pointers2.zig
- [x] 041_pointers3.zig
- [x] 042_pointers4.zig
- [x] 043_pointers5.zig
- [x] 044_quiz5.zig
- [x] 045_optionals.zig
- [x] 046_optionals2.zig
- [x] 047_methods.zig
- [x] 048_methods2.zig
- [x] 049_quiz6.zig
- [x] 050_no_value.zig
- [x] 051_values.zig
- [x] 052_slices.zig
- [x] 053_slices2.zig
- [x] 054_manypointers.zig
- [x] 055_unions.zig
- [x] 056_unions2.zig
- [x] 057_unions3.zig
- [x] 058_quiz7.zig
- [x] 059_integers.zig
- [x] 060_floats.zig
- [x] 061_coercions.zig
- [x] 062_loop_expressions.zig
- [x] 063_labels.zig
- [x] 064_builtins.zig
- [x] 065_builtins2.zig
- [x] 066_comptime.zig
- [x] 067_comptime2.zig
- [x] 068_comptime3.zig
- [x] 069_comptime4.zig
- [x] 070_comptime5.zig
- [x] 071_comptime6.zig
- [x] 072_comptime7.zig
- [x] 073_comptime8.zig
- [x] 074_comptime9.zig
- [x] 075_quiz8.zig
- [ ] 076_sentinels.zig
- [ ] 077_sentinels2.zig
- [ ] 078_sentinels3.zig
- [ ] 079_quoted_identifiers.zig
- [ ] 080_anonymous_structs.zig
- [ ] 081_anonymous_structs2.zig
- [ ] 082_anonymous_structs3.zig
- [ ] 083_anonymous_lists.zig
- [ ] 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
- [ ] 093_hello_c.zig
- [ ] 094_c_math.zig
- [ ] 095_for3.zig
- [ ] 096_memory_allocation.zig
- [ ] 097_bit_manipulation.zig
- [ ] 098_bit_manipulation2.zig
- [ ] 099_formatting.zig
- [ ] 100_for4.zig
- [ ] 101_for5.zig
- [ ] 102_testing.zig
- [ ] 103_tokenization.zig
- [ ] 104_threading.zig
- [ ] 105_threading2.zig
- [ ] 106_files.zig
- [ ] 107_files2.zig
- [ ] 108_labeled_switch.zig
- [ ] 109_vectors.zig
- [ ] 999_the_end.zig