Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.07 KB

Assignment 2

Step 1: Fork this repository

  • Fork Button on your top right.

Step 2: Clone your forked repository

  1. Open your terminal.
  2. $ git clone https://github.com/<your username>/assignment2-java

Step 3: Import the project as gradle project

  1. Import Project
  2. Import project from external model
    • Select Gradle
  3. Press next and finish

Step 4: Finish your assignment

  1. src/main/java/ca/ciccc/Assignment2.java and src/main/java/ca/ciccc/MagicSquare.java
    • Source files (Check Todo)
  2. src/test/java/Grader.java and src/test/java/TestMagicSquare.java
    • Test files

Step 5: Test locally

  1. Open Grader.java and TestMagicSquare.java, you can test your code.
  2. Make sure your code passes all the test cases.

Step 6: Submit

  1. Create a new branch locally. ($ git checkout -b <<YourFirstName>>)
  2. Edit, add and commit files.
  3. Push your branch to the remote repository. ($ git push -u origin <<YourFirstName>>)
  4. Pull Request from your forked repository. README