summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-06-07 13:49:04 -0400
committerDeterminant <ted.sybil@gmail.com>2017-06-07 13:49:04 -0400
commit2da9fcf44fb1e403860535e8b165434036d50540 (patch)
tree95afcf2f6e775ec530593de42019614efd46f443
parentecd4c4aad9d5066c1d4043f1a5d93c699b44114c (diff)
...
-rw-r--r--90-94/91.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/90-94/91.hs b/90-94/91.hs
new file mode 100644
index 0000000..52fd6d8
--- /dev/null
+++ b/90-94/91.hs
@@ -0,0 +1,2 @@
+knightsTo :: Int -> (Int, Int) -> [(Int, Int)]
+