Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 499 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 499 Bytes

hw4-Hospital-Management-System

hw4-Hospital-Management-System Documentaiton

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