Last active
December 15, 2016 14:02
-
-
Save chrisshroba/956df15c829479c15b924b38ac27a72b to your computer and use it in GitHub Desktop.
A one liner flask app!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lambda a:a.route('/')(lambda:'Hello')+a.run())(__import__('flask').Flask('')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment