Programowanie w systemie UNIX/FLINT: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎primegen: ./a.out -c 100 pi(100) = 25
Linia 175:
primegen N - print all primes <= N
primegen -c N - generate the primes but just count them
 
a@zelman:~/c/flint/primegen$ ./a.out 100
 
./a.out 100
2
3