Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Assignment Overview

For the Git portion of the lab, you will be creating and then resolving a merge conflict.

For the debugging portion of the lab, you will be fixing a bug.

Running the Program

You can run Horrible Steve’s program with cargo run.

Submitting Your Code

Before submitting your code, make sure to:

  • Run cargo clippy and fix any warnings that appear.
  • Run cargo fmt to format your code according to the Rust style guidelines.
  • Commit and push your code to your repository.

Then, submit your code to the Gradescope assignment.