parent
1cae408c5f
commit
5fb0c46c99
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!
|
||||
|
||||
<!--Languages start-->
|
||||
## Languages (863 total)
|
||||
## Languages (864 total)
|
||||
|
||||
* [!@#$%^&*()_+](%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)
|
||||
@ -224,6 +224,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
||||
* [Boolet](b/Boolet)
|
||||
* [Boolfuck](b/Boolfuck)
|
||||
* [Bosque](b/Bosque.bsq)
|
||||
* [Bottle](b/Bottle.py)
|
||||
* [Brainfuck 2D](b/Brainfuck%202D.bf2d)
|
||||
* [Brainfuck](b/Brainfuck.bf)
|
||||
* [Brainloller](b/Brainloller.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user