module Main where import Minesweeper import System.Random main :: IO () main = do rng <- newStdGen putStrLn (printBoard $ createBoard 20 0.1 rng)