aboutsummaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorGoldstein <mouse-art@ya.ru>2021-03-13 15:59:18 +0300
committerGitHub <noreply@github.com>2021-03-13 15:59:18 +0300
commit88ea87a4e7a100177b6ba28b3c8d18d3a86b5a59 (patch)
tree681d39864505f9668924adb9c99f8cbd4630c236 /exercises
parent81ffc7920358b7005088ffb6a4f10ff6a6f77e3f (diff)
downloadziglings-88ea87a4e7a100177b6ba28b3c8d18d3a86b5a59.tar.gz
ziglings-88ea87a4e7a100177b6ba28b3c8d18d3a86b5a59.tar.bz2
ziglings-88ea87a4e7a100177b6ba28b3c8d18d3a86b5a59.tar.xz
ziglings-88ea87a4e7a100177b6ba28b3c8d18d3a86b5a59.zip
Found another enum method
Diffstat (limited to 'exercises')
-rw-r--r--exercises/048_methods2.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/048_methods2.zig b/exercises/048_methods2.zig
index d15a420..cad7b94 100644
--- a/exercises/048_methods2.zig
+++ b/exercises/048_methods2.zig
@@ -73,3 +73,5 @@ fn visitElephants(first_elephant: *Elephant) void {
// 2) bbuccianti - I found one!
// https://github.com/ziglang/zig/blob/master/lib/std/debug.zig#L477
//
+// 3) GoldsteinE - Found many, here's one
+// https://github.com/ziglang/zig/blob/ce14bc7176f9e441064ffdde2d85e35fd78977f2/lib/std/target.zig#L65