pub(crate) fn main() -> Result<(), Box<dyn Error>>
The main function of the FreeCell game.
FreeCell
Returns an Err if the terminal window is too small to play the game.
Err