main

Function main 

Source
pub(crate) fn main() -> Result<(), Box<dyn Error>>
Expand description

The main function of the FreeCell game.

ยงErrors

Returns an Err if the terminal window is too small to play the game.