diff options
| author | Goldstein <[email protected]> | 2021-03-13 15:59:18 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-13 15:59:18 +0300 |
| commit | 6d560a235e170cbc30d489c6127bf03d14fd4b51 (patch) | |
| tree | 681d39864505f9668924adb9c99f8cbd4630c236 | |
| parent | c48e6f8087753c289830187f980f2be86e3d2657 (diff) | |
| download | ziglings-6d560a235e170cbc30d489c6127bf03d14fd4b51.tar.xz ziglings-6d560a235e170cbc30d489c6127bf03d14fd4b51.zip | |
Found another enum method
| -rw-r--r-- | exercises/048_methods2.zig | 2 |
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 |
