Repository files navigation
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>/assignment2-java
Step 3: Import the project as gradle project
Import Project
Import project from external model
Press next and finish
Step 4: Finish your assignment
src/main/java/ca/ciccc/Assignment2.java and src/main/java/ca/ciccc/MagicSquare.java
Source files (Check Todo)
src/test/java/Grader.java and src/test/java/TestMagicSquare.java
Open Grader.java and TestMagicSquare.java, you can test your code.
Make sure your code passes all the test cases.
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
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.