- Open a terminal, command prompt, or PowerShell and change to your working directory (e.g. U:)
- Grab a copy of lab09 using:
git clone https://github.com/mpc-csis/csis10a-lab-09.git
- Follow the instructions at https://docs.google.com/document/d/1X_DCAAJBJNpasg8On4UFw0NbH1A-ZsnG9gG2zXbBRno/edit?usp=sharing
# PartA
mvn compile exec:java "-Dexec.mainClass=PartA"
# PartB
mvn compile exec:java "-Dexec.mainClass=PartBCanvas"