go-primes-counter/README.md

6 lines
134 B
Markdown
Raw Normal View History

2021-08-14 07:54:13 +02:00
# Primes counter
````shell
go build
./go-primes-counter -h
./go-primes-counter -start 10 -max 1000 -print-count -1 -step-size 100
````