aboutsummaryrefslogtreecommitdiff
path: root/Puzzle5.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 /Puzzle5.hs
parent36b7ae3736c9ab52da7994bde0cb3ed657efc721 (diff)
added author field
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))