Once you've cloned a project install cargo cli if not installed, then run
cargo run your_guessYou should change your_guess to either Rock, Paper or Scissors (not case sensetive). Or you can write whatever you want, I made an error handling you little hacker !
If for whatever reason you want to test my project then run
cargo test