diff options
-rw-r--r-- | 90-94/91.hs | 2 |
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)] + |