Skip to content

Commit 5353818

Browse files
committed
Add file.py
1 parent edc3bef commit 5353818

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

file.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/python3
2+
def main():
3+
print('Hello from Josh!')
4+
5+
6+
if __name__ == '__main__':
7+
main()

0 commit comments

Comments
 (0)