Skip to content

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
samppared committed Sep 16, 2024
1 parent c42035e commit eb41b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code_to_be_tested.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Some simple functions to demo the usage

#def add_numbers(a, b):
# return a + b
def add_numbers(a, b):
return a + b

def addition(a, b):
return a*b
Expand Down

0 comments on commit eb41b62

Please sign in to comment.