Skip to content

lwd19861127/Assignment1-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CICCC Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%