Skip to content

Commit

Permalink
add print to main func
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Jun 22, 2023
1 parent 67fb8f4 commit 525ad8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ruaj/testpypi/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
def add_one(num):
res = num + 1
print(f"{res}")
print("This is version 0.1.5")
return res

0 comments on commit 525ad8f

Please sign in to comment.