Tic-tac-toe written in Rust (as part of a Rust learning proces).
- To setup Rust, follow the installation procedure from their webpage.
- In the repository root, either
cargo run --release
orcargo build --release
and locate the binary in the target folder.