Skip to content

Commit

Permalink
chore: new example commti (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag authored Jul 13, 2023
1 parent cdb9cf5 commit 4f491cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ def hello_new():
print("hello new world")


def example():
print("hello example")


def sum_two_numbers(a, b):
return a + b

0 comments on commit 4f491cf

Please sign in to comment.