All examples are located in examples folder. In order to rust-analyzer work correctly, cd into folder with example and open it in your IDE.
- Guessing game - try to guess random number
- Fahrenheit to Celsius and vice versa converter
# Skip clone repo step
cd examples/fahrenheit_celsius
cargo run