Skip to content

Commit

Permalink
changes to project 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingrismore committed Nov 6, 2024
1 parent 3d25d85 commit 64c9741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project_1/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@flow(log_prints=True)
def hello():
print("Hello from Project 1! :)")
print("new addition to project 1")


if __name__ == "__main__":
Expand Down

0 comments on commit 64c9741

Please sign in to comment.