7
b/Bottle.py
Normal file
7
b/Bottle.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
from bottle import route, run
|
||||||
|
|
||||||
|
@route('/hello')
|
||||||
|
def hello():
|
||||||
|
return "Hello World"
|
||||||
|
|
||||||
|
run()
|
||||||
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
|
|||||||
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (863 total)
|
## Languages (864 total)
|
||||||
|
|
||||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||||
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
|
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
|
||||||
@@ -224,6 +224,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Boolet](b/Boolet)
|
* [Boolet](b/Boolet)
|
||||||
* [Boolfuck](b/Boolfuck)
|
* [Boolfuck](b/Boolfuck)
|
||||||
* [Bosque](b/Bosque.bsq)
|
* [Bosque](b/Bosque.bsq)
|
||||||
|
* [Bottle](b/Bottle.py)
|
||||||
* [Brainfuck 2D](b/Brainfuck%202D.bf2d)
|
* [Brainfuck 2D](b/Brainfuck%202D.bf2d)
|
||||||
* [Brainfuck](b/Brainfuck.bf)
|
* [Brainfuck](b/Brainfuck.bf)
|
||||||
* [Brainloller](b/Brainloller.png)
|
* [Brainloller](b/Brainloller.png)
|
||||||
|
|||||||
Reference in New Issue
Block a user