Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from utk-cs/isaac-zoinks
Browse files Browse the repository at this point in the history
Zoinks!
  • Loading branch information
isikkema committed Oct 1, 2019
2 parents 12b6390 + b70390d commit 74135f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ def add_numbers(x, y):
x = x + y
pass

def zoinks(zoinks):
print("Zoinks...")

if __name__ == '__main__':
# do something!
pass

0 comments on commit 74135f4

Please sign in to comment.