Well. That sounds convincing enough to me. I’ll check out the official site and create my typical test of a language, creating a basic dice rolling console program.
Good luck! That’s a really good starter project because you’ll need to use a separate crate for RNG, so it’ll teach you how to use Cargo and set up properly. I can’t recommend using the Rust book enough, the first 2 chapters should suffice for your test.
Well. That sounds convincing enough to me. I’ll check out the official site and create my typical test of a language, creating a basic dice rolling console program.
Good luck! That’s a really good starter project because you’ll need to use a separate crate for RNG, so it’ll teach you how to use Cargo and set up properly. I can’t recommend using the Rust book enough, the first 2 chapters should suffice for your test.