Function rusty_freecell::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.