Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 191 Bytes

Tic-tac-toe in Rust

Installation

$ git clone https://github.com/herbievine/tictactoe-rust.git tictactoe
$ cd tictactoe
$ cargo build --release
$ ./target/release/tictactoe