aboutsummaryrefslogtreecommitdiff
path: root/Puzzle5.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzle5.hs')
-rw-r--r--Puzzle5.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Puzzle5.hs b/Puzzle5.hs
index 252d305..1809e90 100644
--- a/Puzzle5.hs
+++ b/Puzzle5.hs
@@ -1,3 +1,4 @@
+-- Author: Yuchen Pei (me@ypei.me)
import Data.List.Split (splitOn)
jump1 :: (Int, ([Int], Int)) -> (Int, ([Int], Int))