/project3

Primary LanguageJava

سامانه Courses

Documentation

  • clone in your computer:
    git clone your_repo_url
    cd your_repo_dir
    
  • run tests from terminal:
    mvn clean test
    
  • push changes to the repository:
    git add . 
    git commit -m "commit message"
    git push