Skip to content

jurf/ossdev-02-485316

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

find_primes

Dead-simple prime calculation.

Building

meson builddir
cd builddir
ninja
ninja test

Usage

$ src/find_primes
Enter lower bound:
0
Enter upper bound:
10

Found primes:
2, 3, 5, 7