aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/064_builtins.zig
AgeCommit message (Collapse)Author
2023-11-21Fix two minor typosAhmed
2023-06-22Update outdated commentslording
2023-06-10Fixed description of @addWithOverflowChris Boesch
2023-01-27comment correctedChris Boesch
2023-01-14fixed https://github.com/ratfactor/ziglings/issues/156Chris Boesch
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc
2022-05-16064_builtins: clarify @addWithOverflow explanationDerTee
There were misunderstandings concerning overflowing operations and overflowed variables. Hopefully it's clearer now.
2022-04-03fix 064_builtins: @addWithOverflow() explanationDerTee
The last two examples do not overflow, because the result is small enough. This was probably just a typing error in the original explanation.
2021-11-05zig fmtJonathan Halmen
2021-11-05fix whitespace line-endingsJonathan Halmen
2021-04-17Clarity for 062 and tupni for 064Dave Gauer
2021-04-10added ex064 builtinsDave Gauer