This library project solves a couple of fun exercices with large amounts of integers.
- Download from github:
$ git clone https://github.com/maduxi/integerfun.git
- Enter into the project folder and compile it:
$ cd integerfun/
$ mvn clean package
- If compilation is successful, the project is ready to run! Run the it like this:
$ java -cp ./target/integerFun-1.0.0.jar es.madhava.integerfun.App