Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
add spaces
|
|
|
|
use const for variables that are never modified
|
|
remove redundant word "a"
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo in comment in 058_quiz7.zig
|
|
|
|
Update 034_quiz4.zig
|
|
Closes #76 By making comment more clear
|
|
|
|
|
|
|
|
|
|
whitespaces and zig fmt
|
|
|
|
|
|
|
|
|
|
A change in the "build" library imports and some cleanup in the
patches.
|
|
Fix exercises 058 and 081 :wrench:
|
|
|
|
fix typo in 076 (sentinal -> sentinel)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: Syntax error to fit formatting
|
|
Fix: Fix grammar at 002_std.zig
|
|
|
|
|
|
feat: Add more comparison operator coverage in 009_if.zig
|
|
|
|
|
|
|
|
|
|
|
|
fix: typo in CONTRIBUTING.md
|
|
|