aboutsummaryrefslogtreecommitdiff
path: root/exercises/047_methods.zig
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Simplify methods explanation in 047Arya-Elfren1-13/+7
2023-04-26Clarify the methods syntax sugar & a bit moreArya-Elfren1-19/+24
2023-02-21Merge pull request #191 from chrboesch/dev_1711Chris Boesch1-1/+1
2023-02-21dev.1711 - switched to multi-object-for-loopsChris Boesch1-1/+1
2023-02-20removed unnecessary self pointerChris Boesch1-1/+1
2022-07-31Merge pull request #112 from nahuakang/ex047-referenceDave Gauer1-1/+1
2022-07-31Correct conventional Zig reference vs value passing re #89Dave Gauer1-3/+3
2022-07-31Update comment per feedbackNahua1-1/+1
2022-07-31Update ex 047 comment and patchDave Gauer1-1/+1
2022-07-24Edit comment above a for loop by reference lineNahua Kang1-1/+1
2022-04-28Create new HeatRay struct to combat aliensJonathan Lopez1-4/+9
2021-08-30Update 047_methods.zigDave Gauer1-0/+3
2021-05-13Prevent error "cast discards const qualifier"Roman FroĊ‚ow1-1/+1
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer1-0/+94