You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
go.mod | 2 years ago | |
main.go | 1 year ago |
README.md
Primes counter
go build
./go-primes-counter -start 10 -max 1000 -print-count -1 -step-size 100
Usage
$ ./go-primes-counter -h
Usage of ./go-primes-counter:
-max int
The end value (default 10000)
-print-count int
Number of primes to print. -1 to print all.
Primes are not guaranteed to be sorted. (default 20)
-start int
The start number
-step-size int
The job size (default 1000)
Reuse
If you do reuse my work, please consider linking back to this repository 🙂