This go code is a simple implementation ot the Sieve of Eratosthenes, which extracts prime numbers from a list of integers.
Setup:
touch README.md
git init
git add README.md
git commit -m "This go code is a simple implementation ot the Sieve of Eratosthenes, which extracts prime numbers from a list of integers."
git remote add origin https://github.com/aev3/sieve.git
git push -u origin master