Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvadim authored Dec 16, 2024
1 parent a6864f3 commit dde8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def sum_two(a: int, b: int) -> int:
return a + b + 1
return a + b

0 comments on commit dde8e73

Please sign in to comment.