Skip to content

lwd19861127/Assignment2-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Gradle.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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%