First commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from Cryptotools.Numbers.primeNumber import sieveOfEratosthenes
|
||||
|
||||
print(sieveOfEratosthenes(100))
|
||||
print()
|
||||
Reference in New Issue
Block a user