diff options
| author | Dave Gauer <[email protected]> | 2021-03-12 19:04:56 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-12 19:04:56 -0500 |
| commit | ea76d0ffbe614cb67dc3e43708345f0a839ef7b0 (patch) | |
| tree | 67b351da6ea524bd865a4c37abd8b95f04604c17 /exercises/048_methods2.zig | |
| parent | 0956f1839fcaaa273353148da9e157a8f9690d2f (diff) | |
| parent | 01ff51a9c87c674078569e90415fd1fe134cb520 (diff) | |
| download | ziglings-ea76d0ffbe614cb67dc3e43708345f0a839ef7b0.tar.xz ziglings-ea76d0ffbe614cb67dc3e43708345f0a839ef7b0.zip | |
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises/048_methods2.zig')
| -rw-r--r-- | exercises/048_methods2.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exercises/048_methods2.zig b/exercises/048_methods2.zig index f97710d..d15a420 100644 --- a/exercises/048_methods2.zig +++ b/exercises/048_methods2.zig @@ -69,3 +69,7 @@ fn visitElephants(first_elephant: *Elephant) void { // // 1) drforester - I found one in the Zig source: // https://github.com/ziglang/zig/blob/041212a41cfaf029dc3eb9740467b721c76f406c/src/Compilation.zig#L2495 +// +// 2) bbuccianti - I found one! +// https://github.com/ziglang/zig/blob/master/lib/std/debug.zig#L477 +// |
