diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-03-05 11:01:16 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-03-05 11:01:16 -0500 |
commit | 0f04860ac07ac03edf758607d343afa672bf25d4 (patch) | |
tree | 3dac6859509a576afadf05201b80400a562ee9ac /exercises | |
parent | c22c5d474d4c5c4ce9b4c29b39523f238a03f41d (diff) | |
parent | e4b8779ee59a8f514983657d1609e99c336c8b75 (diff) | |
download | ziglings-0f04860ac07ac03edf758607d343afa672bf25d4.tar.gz ziglings-0f04860ac07ac03edf758607d343afa672bf25d4.tar.bz2 ziglings-0f04860ac07ac03edf758607d343afa672bf25d4.tar.xz ziglings-0f04860ac07ac03edf758607d343afa672bf25d4.zip |
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises')
-rw-r--r-- | exercises/48_methods2.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/48_methods2.zig b/exercises/48_methods2.zig index 37b182c..f97710d 100644 --- a/exercises/48_methods2.zig +++ b/exercises/48_methods2.zig @@ -66,3 +66,6 @@ fn visitElephants(first_elephant: *Elephant) void { // name or alias in a comment below this one and make a // pull request on GitHub for a piece of eternal Ziglings // glory. The first five (5) PRs will be accepted! +// +// 1) drforester - I found one in the Zig source: +// https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495 |