Connect Four

This repo contains an implmentation of connect four in Rust.

To run this code, make sure that you have the latest version of Rust installed and run:

cargo run

from your favorite CLI.