aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
AgeCommit message (Collapse)Author
2022-02-22Revert syntax demo, add noteInKryption
So as to not overwhelm the reader with syntax that is unseen up to this point, use the original demonstration, but add an explanatory note hinting that there is more to the semantics of string literals than shown.
2022-02-20Update information to be accurate to the semantics of string literalsInKryption
2022-02-11add spacesRoman Frołow
2022-01-06Merge pull request #88 from adamu/constDave Gauer
use const for variables that are never modified
2022-01-01use const for variables that are never modifiedAdam Millerchip
2021-12-25remove redundant word "a"Kim SHrier
2021-12-01Fix typo in comment in 058_quiz7.zigArnavion
2021-11-10Update 034_quiz4.zigPaul Sorensen
Closes #76 By making comment more clear
2021-11-07Adding note to the monster 058 for the unwaryDave Gauer
2021-11-07Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-11-07Added ex91 - closing in on async!Dave Gauer
2021-11-05zig fmtJonathan Halmen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-10-18Removed confusing explanation from 076Dave Gauer
2021-09-04Fix exercises 058 and 081 :wrench:Georgy Trush
2021-09-03fix typo in 076 (sentinal -> sentinel)Francisco Demartino
2021-08-30Update 052_slices.zigDave Gauer
2021-08-30Update 047_methods.zigDave Gauer
2021-08-29Update 037_structs.zigDave Gauer
2021-08-28Update 033_iferror.zigDave Gauer
2021-08-28Update 033_iferror.zigDave Gauer
2021-08-28Update 024_errors4.zigDave Gauer
2021-08-28Update 018_functions.zigDave Gauer
2021-08-28Update 018_functions.zigDave Gauer
2021-08-28018 awkward wordingDave Gauer
2021-08-24Merge pull request #70 from Palm404/patch-1Dave Gauer
fix: Syntax error to fit formatting
2021-08-20fix: Syntax error to fit formattingPalm
2021-08-19Fix: Fix grammar at 002_std.zigunknown
2021-08-18fix: Grammar in 018_functions.zigunknown
2021-08-17Merge branch 'main' of https://github.com/Palm404/ziglings into mainunknown
2021-08-17feat: More descriptive definitionunknown
2021-08-17fix: Change order to match 011_while.zigPalm
2021-08-16feat: Add more comparison operator coverage in 009_if.zigunknown
2021-07-21added newline print to make output look nicerAirbus5717
2021-06-30No unused fn paramsDave Gauer
2021-06-30no unusued varsDave Gauer
2021-06-30methods not namespacedDave Gauer
2021-06-30No unused localsDave Gauer
2021-06-30no unused method paramsDave Gauer
2021-06-30methods NOT namespaced like i expectedDave Gauer
2021-06-30unused consts now errorsDave Gauer
2021-06-30Must use capture valueDave Gauer
2021-06-15added ub exploration to ex090Dave Gauer
2021-06-14add ex090 async 7Dave Gauer
2021-06-14Merge pull request #59 from max-lv/mainDave Gauer
fix typo in 067_comptime2.zig
2021-06-14New usize explanation 008, etc.Dave Gauer
2021-06-14Merge pull request #58 from ZapAnton/008_replace_index_var_typeDave Gauer
008_quiz: Replaced the type of the index variable
2021-06-12fix typo in 067_comptime2.zigmax-lv
2021-05-28008_quiz: Replaced the type of the index variableZapAnton
Replaced the type of the `x` variable to `usize` instead of `u8`.
2021-05-28066_comptime: Typo fixZapAnton
Small typo fix `arbitary` -> `arbitrary`