Assignment 1 Step 1: Fork this repository Fork Button on your top right. Step 2: Clone your forked repository Open your terminal. $ git clone https://github.com/<your username>/assignment1 Step 3: Import the project as gradle project Import Project Import project from external model Select Gradle Press next and finish Step 4: Finish your assignment src/main/java/ca/ciccc/Assignment1.java Source file src/test/java/Grader.java Test file Step 5: Test locally Open Gradle.java, you can test your solution. Step 6: Submit Create a new branch locally. ($ git checkout -b <<YourFirstName>>) Edit, add and commit files. Push your branch to the remote repository. ($ git push -u origin <<YourFirstName>>) Pull Request from your forked repository. README