Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from Rutgers-RPL/patrick-dunay-github-training
Browse files Browse the repository at this point in the history
GitHub Training Additions & Changes
  • Loading branch information
shivammpat authored Nov 8, 2023
2 parents 0dddfa4 + 67167d0 commit d6bfc36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions individual_introductions/patrick_dunay.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def intro():
print('Hi, im Patrick')
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from individual_introductions import aj_lipiarski
from individual_introductions import william_lydon
from individual_introductions import cy_westbrook
from individual_introductions import patrick_dunay

def main():

Expand All @@ -27,6 +28,7 @@ def main():
harris_ransom.intro()
william_lydon.intro()
cy_westbrook.intro(32)
patrick_dunay.intro()

if __name__ == '__main__':
main()

0 comments on commit d6bfc36

Please sign in to comment.