Skip to content

Instantly share code, notes, and snippets.

@zyla
Created June 2, 2018 21:06
Show Gist options
  • Save zyla/e39b4daf08ea63ba8f38e8cce7f1d2e3 to your computer and use it in GitHub Desktop.
Save zyla/e39b4daf08ea63ba8f38e8cce7f1d2e3 to your computer and use it in GitHub Desktop.
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