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.