PB173 first homework
Implement an algorithm for prime numbers computation in an given interval [a, b].
Source code is written in Java in the Maven build structure. All of the documentation is handled by javadoc comments.
Tests (as a part of the Maven build) consist of basic cases and also exceptions that can occur.