Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
say ("First 20: ", 20.nth_prime.primes.join(' '))
|
||||
say ("Between 100 and 150: ", primes(100,150).join(' '))
|
||||
say (prime_count(7700,8000), " primes between 7700 and 8000")
|
||||
say ("10,000th prime: ", nth_prime(10_000))
|
||||
Loading…
Add table
Add a link
Reference in a new issue