From 3f1859d92303399c010ff03d3a1edfa0e54b0999 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Sun, 28 Mar 2021 03:12:48 +0200 Subject: [PATCH] Testing gitea migration to privately owned server --- 51/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/51/main.py b/51/main.py index b5c11fd..61bc247 100644 --- a/51/main.py +++ b/51/main.py @@ -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() \ No newline at end of file + main()