FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Initial commit · ramprasad2018/pythonProject@e664d9c · GitHub

Commit e664d9c

Browse files
committed
Initial commit
0 parents  commit e664d9c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎main.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from flask import Flask
2+
3+
app = Flask(__name__)
4+
5+
@app.route("/")
6+
def hello_world():
7+
return "<p>Hello, World!</p>"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL