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.
|
|
|
|
|
|
use const for variables that are never modified
|
|
|
|
|
|
|
|
Closes #76 By making comment more clear
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: Syntax error to fit formatting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typo in 067_comptime2.zig
|
|
|
|
008_quiz: Replaced the type of the index variable
|
|
|
|
Replaced the type of the `x` variable to `usize` instead of `u8`.
|
|
Small typo fix `arbitary` -> `arbitrary`
|