module Autosolver where import Minesweeper probabilityOfMine :: Board -> Square -> Float probabilityOfMine _ _ = 1.0