autopushed

This commit is contained in:
2023-09-24 19:04:33 +02:00
parent 8fa7ebc259
commit d2c146547b
+1 -1
View File
@@ -48,7 +48,7 @@ class AgoraCmd(click.Command):
""")
@click.command(cls=AgoraCmd)
@click.option('n', type=click.INT)
@click.argument('n', type=click.INT)
def prime(n):
"""Simple program that factors a number using a [[Sieve of Eratosthenes]]."""
if is_prime(n):