the_op_game_25 1.0.0

A version of the game Nim with a computer that cannot be beaten.
Documentation
1
2
3
4
fn main() {
    println!("Welcome to my little game!\nYou shall not beat me.");
    the_op_game_25::run();
}