Skip to content

Commit 188c34f

Browse files
committed
print("hello")
1 parent 729c1f9 commit 188c34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blockchain/diophantine_equation.py

+1
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ def extended_gcd(a: int, b: int) -> tuple[int, int, int]:
107107
testmod(name="diophantine_all_soln", verbose=True)
108108
testmod(name="extended_gcd", verbose=True)
109109
testmod(name="greatest_common_divisor", verbose=True)
110+
print("hello")

0 commit comments

Comments
 (0)