Testing gitea migration to privately owned server

This commit is contained in:
2021-03-28 03:12:48 +02:00
parent a4363d2e24
commit 3f1859d923

View File

@@ -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()