https://github.com/gustafla/alkulukutehtava
https://github.com/gustafla/alkulukutehtava
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustafla/alkulukutehtava
- Owner: gustafla
- Created: 2019-09-26T10:25:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T09:02:44.000Z (over 5 years ago)
- Last Synced: 2025-01-12T23:10:34.269Z (5 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prime number search
This program was written as a fun little Rust excercise.
It uses the Sieve of Eratosthenes -algorithm to find primes.
CLI only in finnish.# Alkulukuhaku
Kirjoitin tämän ohjelman huvin vuoksi.
Toiminta perustuu Erastotheneen seulaan.