📄️ Create and Run a Project
It is possible to create a Rust program the old-fashioned way: manually creating a directory, writing a main.rs file, and invoking the compiler directly.
📄️ Coding Guessing Game
Adding guess features
📄️ Generating a Secret Number
Next, we want to add functionality to generate a secret number so we can compare it against the user’s guess.
📄️ Finishing the Project
Mismatched Types