Also, I realized in these early lectures that, out of habit, I was saying "cargo build" and then "cargo run". You do not have to run "cargo build" in these cases because "cargo run" will automatically build and then run it for us! If you do not want to run the program, then you can just simply run "cargo build" and it will generate the binary for you without running it.