Program Memory

We'll cover the following...

I’ve talked about the compiler a lot. So far, your interaction with it has been that, each time you hit “run” in the Rust Playground, the compiler checks to make sure your code is correct. If your code is wrong, it yells at you.

However, I haven’t ...