Skip to content

Commit

Permalink
Setup for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
samppared committed Sep 12, 2024
1 parent a008289 commit c42035e
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 c42035e

Please sign in to comment.