aboutsummaryrefslogtreecommitdiff
path: root/Puzzle24.hs
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-01-09 12:26:03 +0100
committerYuchen Pei <me@ypei.me>2018-01-09 12:26:03 +0100
commitd4472c03425f30aaffb285a966d4ca86d2b69730 (patch)
tree2342e09911d1e3e5eca244ccd7717e319bfe190b /Puzzle24.hs
parent36b7ae3736c9ab52da7994bde0cb3ed657efc721 (diff)
added author field
Diffstat (limited to 'Puzzle24.hs')
-rw-r--r--Puzzle24.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Puzzle24.hs b/Puzzle24.hs
index 639f4a3..d457833 100644
--- a/Puzzle24.hs
+++ b/Puzzle24.hs
@@ -1,3 +1,4 @@
+-- Author: Yuchen Pei (me@ypei.me)
-- Acknowledgements:
-- https://www.reddit.com/r/adventofcode/comments/7lte5z/2017_day_24_solutions/drs1eml/
-- https://stackoverflow.com/a/4708372/4063224