Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fix typo in 067_comptime2.zig
|
|
|
|
|
|
|
|
|
|
008_quiz: Replaced the type of the index variable
|
|
|
|
|
|
|
|
066_comptime: Typo fix
|
|
Replaced the type of the `x` variable to `usize` instead of `u8`.
|
|
Small typo fix `arbitary` -> `arbitrary`
|
|
|
|
|
|
change `suspend;` to `suspend {}`
|
|
|
|
|
|
|
|
Prevent error "cast discards const qualifier"
|
|
this means
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo in 074 comptime 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|