project14 0.1.0

A fun game where you guess what number the computer has chosen.
Documentation
1
2
3
4
use project14::PrimaryColor;
fn main() {
    println!("Hello, world!{:?}",PrimaryColor::Blue);
}