Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 919 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 919 Bytes

Assignment 1

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>/assignment1

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/Assignment1.java
    • Source file
  2. src/test/java/Grader.java
    • Test file

Step 5: Test locally

  1. Open Gradle.java, you can test your solution.

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