aboutsummaryrefslogtreecommitdiff
path: root/Puzzle10.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzle10.hs')
-rw-r--r--Puzzle10.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Puzzle10.hs b/Puzzle10.hs
index 4af8105..f27d9df 100644
--- a/Puzzle10.hs
+++ b/Puzzle10.hs
@@ -1,3 +1,4 @@
+-- Author: Yuchen Pei (me@ypei.me)
module Puzzle10 (knotHash) where
import Data.List.Split (splitOn)
import Data.Bits (xor)