Skip to content

Commit

Permalink
Merge pull request #8 from joamag/joamag/test
Browse files Browse the repository at this point in the history
Retrying the test PR
  • Loading branch information
mergify[bot] committed Jul 11, 2023
2 parents 2adb1fc + 0cb0d9d commit 9316248
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 @@ -6,5 +6,9 @@ def hello():
print("hello world")


def hello_new():
print("hello new world")


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

0 comments on commit 9316248

Please sign in to comment.