Skip to content

Instantly share code, notes, and snippets.

@RammusXu
Created June 6, 2019 02:37
Show Gist options
  • Save RammusXu/364d374f75e21a479744971a6d3a7ed9 to your computer and use it in GitHub Desktop.
Save RammusXu/364d374f75e21a479744971a6d3a7ed9 to your computer and use it in GitHub Desktop.
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, Rammus Xu!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment