summaryrefslogtreecommitdiffstatshomepage
path: root/exercises/048_methods2.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-12 19:04:56 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-12 19:04:56 -0500
commitea76d0ffbe614cb67dc3e43708345f0a839ef7b0 (patch)
tree67b351da6ea524bd865a4c37abd8b95f04604c17 /exercises/048_methods2.zig
parent0956f1839fcaaa273353148da9e157a8f9690d2f (diff)
parent01ff51a9c87c674078569e90415fd1fe134cb520 (diff)
Merge branch 'main' of github.com:ratfactor/ziglings into main
Diffstat (limited to 'exercises/048_methods2.zig')
-rw-r--r--exercises/048_methods2.zig4
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
+//