rust-lab-1 0.1.1

A fun game where you guess what number the computer has chosen.
Documentation
1
2
3
4
pub fn setup() {
    // setup code specific to your library's tests would go here
    println!("hello world")
}