Submitting (5 points)
To submit your lab, you must commit and push to GitHub before the deadline.
Your repository should contain the following files and directory.
repo
├── Cargo.lock
├── Cargo.toml
├── README
└── src
├── bin
│ ├── ps.rs
│ ├── runnable.rs
│ └── whoami.rs
├── device_map.rs
├── lib.rs
├── proc.rs
└── user.rs
Any additional files you have added to your repository should be removed from
the main
branch. (You’re free to make other branches, if you desire, but
make sure main
contains the version of the code you want graded.)
The README
should contain the names of both partners (or just your name if
you worked alone…but please don’t work alone if you can manage it).
After you have everything working, make sure you add your code, commit it, and push it to GitHub.