python-cli-bazel-unittest-sieve-eratosthenes Description Given a number N, print all prime numbers smaller than N POC for unittest with bazel. Tech stack python bazel Docker stack l.gcr.io/google/bazel:latest To run sudo ./install.sh -u To stop (optional) sudo ./install.sh -d For help sudo ./install.sh -h Credits Source code