Created
June 2, 2018 21:06
-
-
Save zyla/e39b4daf08ea63ba8f38e8cce7f1d2e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
showBoard initBoard `shouldBe` ".H.H.H.H\n........\n........\n........\n........\n........\n........\nF.......\n" | |
showBoard initBoard `shouldBe` | |
unlines | |
[ ".H.H.H.H" | |
, "........" | |
, "........" | |
, "........" | |
, "........" | |
, "........" | |
, "........" | |
, "F......." | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment