Add sceleton gcd function
This commit is contained in:
parent
39b258ffec
commit
72f33ca843
2
solution8.py
Normal file
2
solution8.py
Normal file
@ -0,0 +1,2 @@
|
||||
def gcd(a: int, b: int) -> int:
|
||||
pass
|
||||
Loading…
Reference in New Issue
Block a user