SI
simonmittag/goprimesum
goprimesum
Why
Go exercise
What
Sum up all primes to 100 and print them to cli
How
brute force by iterating over range 2 to sqrt(n), then checking for modulo 0
Install
go install github.com/simonmittag/goprimesum/cmd/prime &&
prime