Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAY committed May 26, 2020
1 parent bfb83b5 commit b94ffa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/usr/local/bin/python3"
}
2 changes: 1 addition & 1 deletion hello.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
print('hello')
print(123)
print('last'
print('last')
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# my python repo
this repo contains all my apps

0 comments on commit b94ffa1

Please sign in to comment.