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

Commit

Permalink
Merge branch 'master' of https://github.com/utk-cs/cs340-git-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhobson99 committed Oct 1, 2019
2 parents ce4ba1b + f13ee20 commit 12b6390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ def helloworld():
pass

def add_numbers(x, y):
x = x + y
pass

if __name__ == '__main__':
Expand Down

0 comments on commit 12b6390

Please sign in to comment.