Add sceleton gcd function

This commit is contained in:
Артём Садаков 2026-04-17 22:38:06 +03:00
parent 39b258ffec
commit 72f33ca843

2
solution8.py Normal file
View File

@ -0,0 +1,2 @@
def gcd(a: int, b: int) -> int:
pass