tic_tac_toe_bit_patterns 1.0.0

An implementation of Tic-Tac-Toe
Documentation
use tic_tac_toe_bit_patterns::play;

fn main() {
    play();
}