Wrote unit tests
Finally figured out how to make JUnit 4 tests in Java, demoed by checking if my isPrime() function works by giving it numbers from 1-20 and checking if what it thinks is correct.

https://github.com/AdamCraftmaster/Prime-Number-Checker/blob/main/src/test/java/me/adamcraftmaster/AppTest.java