14 lines
158 B
Markdown
14 lines
158 B
Markdown
# Tic-Tac-Toe
|
|
|
|
A simple Rust implementation of the famous game: **Tic-Tac-Toe**
|
|
|
|
## Build
|
|
```bash
|
|
cargo build --release
|
|
```
|
|
|
|
## Run
|
|
```bash
|
|
./tic-tac-toe
|
|
```
|