Fix tests

This commit is contained in:
Julien Palard 2022-03-09 08:53:28 +01:00
parent 26ebbb944a
commit d4848da9cf
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -8,6 +8,7 @@ x, y = 0, 0
def randint(a, b):
return 4 # https://xkcd.com/221/
first_primes = [2, 3, 5, 7]
```