aboutsummaryrefslogtreecommitdiff
path: root/exercises/064_builtins.zig
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Fix two minor typosAhmed1-1/+1
2023-06-22Update outdated commentslording1-1/+1
2023-06-10Fixed description of @addWithOverflowChris Boesch1-3/+2
2023-01-27comment correctedChris Boesch1-6/+3
2023-01-14fixed https://github.com/ratfactor/ziglings/issues/156Chris Boesch1-4/+2
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc1-3/+2
2022-05-16064_builtins: clarify @addWithOverflow explanationDerTee1-12/+28
There were misunderstandings concerning overflowing operations and overflowed variables. Hopefully it's clearer now.
2022-04-03fix 064_builtins: @addWithOverflow() explanationDerTee1-2/+2
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 Halmen1-2/+2
2021-11-05fix whitespace line-endingsJonathan Halmen1-2/+2
2021-04-17Clarity for 062 and tupni for 064Dave Gauer1-1/+1
2021-04-10added ex064 builtinsDave Gauer1-0/+74