Skip to content

aev3/sieve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

GO implementation of Eratosthenes Sieve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages