Skip to content

Commit

Permalink
fix: restored sum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rubinoWhoDev committed Oct 30, 2023
1 parent a5080d9 commit f1ebdf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sum.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def sum(a: int, b: int) -> int:
return a + b

0 comments on commit f1ebdf9

Please sign in to comment.