diff options
author | Determinant <[email protected]> | 2017-06-07 13:49:04 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2017-06-07 13:49:04 -0400 |
commit | 2da9fcf44fb1e403860535e8b165434036d50540 (patch) | |
tree | 95afcf2f6e775ec530593de42019614efd46f443 /90-94 | |
parent | ecd4c4aad9d5066c1d4043f1a5d93c699b44114c (diff) |
...
Diffstat (limited to '90-94')
-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)] + |