#Project in KNTU Advance Programming JAVA
project-2023
-
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