Skip to content

Commit

Permalink
Testing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaniazi committed Aug 17, 2023
1 parent da4282e commit 01b1d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capfinder/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def add(a: int, b: int, c: int) -> int:


if __name__ == "__main__":
print(add(1, 2, 3))
print(add(2, 2, 3))

0 comments on commit 01b1d1e

Please sign in to comment.