A faithful implementation of the prime sieve algorithm in the groovy language.
To run the solution using Docker, run the following command:
docker build -t primes-groovy .
docker run --rm -it primes-groovy
To run the solution using groovy, run the following command:
groovy PrimeGroovy.groovy
mmcdon20_groovy;213;5.003000;1;algorithm=base,faithful=yes,bits=1