A simple hangman TUI to teach myself Rust.
To compile, first make sure you have cargo installed.
With cargo installed, clone the repository.
From the repository's root directory, run cargo run to build and run, or cargo build to build, and ./target/debug/hangman to run.