https://github.com/JOT85/PrimeFinder
Ever wanted to find billions of prime numbers. In a rather inefficient manner, however wrapped in loads of fancy stuff with no graphics? Well now you can! All because I was learning Golang and wanted some thing to code! PrimeFinder!
https://github.com/JOT85/PrimeFinder
go golang prime-numbers
Last synced: 11 days ago
JSON representation
Ever wanted to find billions of prime numbers. In a rather inefficient manner, however wrapped in loads of fancy stuff with no graphics? Well now you can! All because I was learning Golang and wanted some thing to code! PrimeFinder!
- Host: GitHub
- URL: https://github.com/JOT85/PrimeFinder
- Owner: JOT85
- License: mit
- Created: 2017-07-14T19:45:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T19:46:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T00:34:01.602Z (6 months ago)
- Topics: go, golang, prime-numbers
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - PrimeFinder
README
# PrimeFinder
Ever wanted to find billions of prime numbers. In a rather inefficient manner, however wrapped in loads of fancy stuff with no graphics? Well now you can! All because I was learning Golang and wanted some thing to code! PrimeFinder!