Chapter 1 Checkpoint
Let’s recap:
- Create a new Rust project with
cargo new --bin my-neat-cli
- Build and run your project with
cargo run
In the next section, we’ll dive into the Rust language and start customizing our markdown compiler to make it feel like an actual program.
🚀 First Checkpoint Reached! 🚀
"The best way out is always through."
Before continuing, you should be able to confidently:
You may also wish to go back and review the first chapter.