aboutsummaryrefslogtreecommitdiff
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
commit8df838e4d8dd975dd642b26227df9c84d50eb7de (patch)
tree67b351da6ea524bd865a4c37abd8b95f04604c17 /exercises/048_methods2.zig
parent6ad9774189fbd64b2f2c9519f4513ab34b0c3809 (diff)
parentcfaf8c2ab7d4d7281d16f6ff25256562779e566c (diff)
downloadziglings-8df838e4d8dd975dd642b26227df9c84d50eb7de.tar.gz
ziglings-8df838e4d8dd975dd642b26227df9c84d50eb7de.tar.bz2
ziglings-8df838e4d8dd975dd642b26227df9c84d50eb7de.tar.xz
ziglings-8df838e4d8dd975dd642b26227df9c84d50eb7de.zip
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
+//