aboutsummaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorTomasz K <tomkun@users.noreply.github.com>2021-03-15 23:18:45 +0100
committerGitHub <noreply@github.com>2021-03-15 23:18:45 +0100
commitb199a2c66116f4ce67cd55e76f506bd27e8fcc1b (patch)
treec322481070384db06d21db0b6bcd962ce18c720e /exercises
parent1ac044c7b99e7972ed06fbe0302203b84e0423e0 (diff)
downloadziglings-b199a2c66116f4ce67cd55e76f506bd27e8fcc1b.tar.gz
ziglings-b199a2c66116f4ce67cd55e76f506bd27e8fcc1b.tar.bz2
ziglings-b199a2c66116f4ce67cd55e76f506bd27e8fcc1b.tar.xz
ziglings-b199a2c66116f4ce67cd55e76f506bd27e8fcc1b.zip
Another enum method found
Diffstat (limited to 'exercises')
-rw-r--r--exercises/048_methods2.zig4
1 files changed, 3 insertions, 1 deletions
diff --git a/exercises/048_methods2.zig b/exercises/048_methods2.zig
index cedac3c..528b014 100644
--- a/exercises/048_methods2.zig
+++ b/exercises/048_methods2.zig
@@ -78,4 +78,6 @@ fn visitElephants(first_elephant: *Elephant) void {
//
// 4) SpencerCDixon - Love this language so far :-)
// https://github.com/ziglang/zig/blob/a502c160cd51ce3de80b3be945245b7a91967a85/src/zir.zig#L530
-
+//
+// 5) tomkun - here's another enum method
+// https://github.com/ziglang/zig/blob/4ca1f4ec2e3ae1a08295bc6ed03c235cb7700ab9/src/codegen/aarch64.zig#L24