Add Bottle (#1232)

* Create Bottle.py

* increment count

* add to list
This commit is contained in:
calgary34 2022-01-19 17:11:25 -07:00 committed by GitHub
parent 1cae408c5f
commit 5fb0c46c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

7
b/Bottle.py Normal file
View File

@ -0,0 +1,7 @@
from bottle import route, run
@route('/hello')
def hello():
return "Hello World"
run()

View File

@ -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)