Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 521 Bytes

File metadata and controls

14 lines (11 loc) · 521 Bytes

Java Fundamentals Challenges

GUIDE TO SETUP: HERE DUE: Next meeting Lmk if you have questions or can't complete it on time.

STEPS:

  1. Fork this repository
  2. Open your fork in Codespaces.
  3. Create a branch for your solution: git checkout -b [SOME_BRANCH_NAME]
  4. Complete FundamentalsPractice and then PasswordChecker
  5. Run tests with: mvn test
  6. Stage changes, commit, and push branch.