193 Commits (4bdbeadef5ab51fba6c96566dda071a82f8fc8fb)

Author SHA1 Message Date
Dave Gauer 4bdbeadef5 Merge pull request #88 from adamu/const
use const for variables that are never modified
3 years ago
Adam Millerchip 39e432748e use const for variables that are never modified 3 years ago
Kim SHrier d10ca483b0 remove redundant word "a" 3 years ago
Arnavion 8a0e650d13 Fix typo in comment in 058_quiz7.zig 3 years ago
Paul Sorensen bc402e8eb1 Update 034_quiz4.zig
Closes #76 By making comment more clear
3 years ago
Dave Gauer 86e017eb32 Adding note to the monster 058 for the unwary 3 years ago
Dave Gauer 40656031c5 Merge branch 'main' of github.com:ratfactor/ziglings into main 3 years ago
Dave Gauer 49ce260748 Added ex91 - closing in on async! 3 years ago
Jonathan Halmen f8b8531930 zig fmt 3 years ago
Jonathan Halmen 29d32bfa79 fix whitespace line-endings 3 years ago
Dave Gauer 4c7eebbbfc Removed confusing explanation from 076 3 years ago
Georgy Trush f9e2da67f4 Fix exercises 058 and 081 🔧 3 years ago
Francisco Demartino af3fabd59b fix typo in 076 (sentinal -> sentinel) 3 years ago
Dave Gauer 15827c1df3 Update 052_slices.zig 3 years ago
Dave Gauer 065d409d0e Update 047_methods.zig 3 years ago
Dave Gauer e90042b95e Update 037_structs.zig 3 years ago
Dave Gauer 1b2b90317c Update 033_iferror.zig 3 years ago
Dave Gauer 1c14338573 Update 033_iferror.zig 3 years ago
Dave Gauer 6912bd70ca Update 024_errors4.zig 3 years ago
Dave Gauer d14cc0a8ab Update 018_functions.zig 3 years ago
Dave Gauer 0603ab1e02 Update 018_functions.zig 3 years ago
Dave Gauer 8e540d6388 018 awkward wording 3 years ago
Dave Gauer 1e1bed46e1 Merge pull request #70 from Palm404/patch-1
fix: Syntax error to fit formatting
3 years ago
Palm f1153fdcb0 fix: Syntax error to fit formatting 3 years ago
unknown 981716e526 Fix: Fix grammar at 002_std.zig 3 years ago
unknown 2e782fbd86 fix: Grammar in 018_functions.zig 3 years ago
unknown 0210d6d7bc Merge branch 'main' of https://github.com/Palm404/ziglings into main 3 years ago
unknown 01c9f2a79f feat: More descriptive definition 3 years ago
Palm 37f8b445a2 fix: Change order to match 011_while.zig 3 years ago
unknown 162f84133d feat: Add more comparison operator coverage in 009_if.zig 3 years ago
Airbus5717 e051903055 added newline print to make output look nicer 3 years ago
Dave Gauer aa733dc3ef No unused fn params 3 years ago
Dave Gauer f9a1956d88 no unusued vars 3 years ago
Dave Gauer 6157066b95 methods not namespaced 3 years ago
Dave Gauer c7b00fd83c No unused locals 3 years ago
Dave Gauer 76287cad45 no unused method params 3 years ago
Dave Gauer 290ba908ec methods NOT namespaced like i expected 3 years ago
Dave Gauer 843fd65882 unused consts now errors 3 years ago
Dave Gauer a84677d798 Must use capture value 3 years ago
Dave Gauer be349dae5d added ub exploration to ex090 3 years ago
Dave Gauer 34af14ca7b add ex090 async 7 3 years ago
Dave Gauer 37ca10ab36 Merge pull request #59 from max-lv/main
fix typo in 067_comptime2.zig
3 years ago
Dave Gauer de322fab46 New usize explanation 008, etc. 3 years ago
Dave Gauer 8df032e495 Merge pull request #58 from ZapAnton/008_replace_index_var_type
008_quiz: Replaced the type of the index variable
3 years ago
max-lv be4da477b7 fix typo in 067_comptime2.zig 3 years ago
ZapAnton 965440b2a3 008_quiz: Replaced the type of the index variable
Replaced the type of the `x` variable to `usize` instead of `u8`.
3 years ago
ZapAnton 5412578c1b 066_comptime: Typo fix
Small typo fix `arbitary` -> `arbitrary`
3 years ago
Dave Gauer e47dccf245 Add ex089 Async 6 3 years ago
Dave Gauer 2408f420bc Missing word in explanation ex085 3 years ago
jacob gw 433202d429 change `suspend;` to `suspend {}` 3 years ago