mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-01 11:26:43 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1c4493ab3f
commit
3f86505897
@ -20,6 +20,7 @@ def add(first: int, second: int) -> int:
|
||||
second = carry << 1 # Prepare carry for next iteration
|
||||
return first
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import doctest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user