Testing gitea migration to privately owned server
This commit is contained in:
@@ -30,6 +30,7 @@ def main():
|
||||
primes = sieve(1000000)
|
||||
|
||||
# So instead of going past all number families and see if they are prime I think it's better to look for families in the primes
|
||||
# Quite the combinatorial problem indeed, lots of permutations and I don't immediately see an easy way to fix it
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user