We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729c1f9 commit 188c34fCopy full SHA for 188c34f
blockchain/diophantine_equation.py
@@ -107,3 +107,4 @@ def extended_gcd(a: int, b: int) -> tuple[int, int, int]:
107
testmod(name="diophantine_all_soln", verbose=True)
108
testmod(name="extended_gcd", verbose=True)
109
testmod(name="greatest_common_divisor", verbose=True)
110
+ print("hello")
0 commit comments