Skip to content

Commit

Permalink
add a doc comment to GenMinesweeper
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmacdj committed Jul 26, 2020
1 parent 1800388 commit 9d5c85e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games/GenMinesweeper.hs
Expand Up @@ -6,6 +6,10 @@
--package containers
-}

-- | Generate a minesweeper board that renders as a nice playable game in
-- discord flavored markup.
module Main (main) where

import Control.Monad (guard)
import Data.Char (intToDigit)
import Data.Monoid
Expand Down

0 comments on commit 9d5c85e

Please sign in to comment.