From 5fb0c46c998acdb1d48b9f2f3e53c9a1d93e8e1d Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Wed, 19 Jan 2022 17:11:25 -0700 Subject: [PATCH] Add Bottle (#1232) * Create Bottle.py * increment count * add to list --- b/Bottle.py | 7 +++++++ readme.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 b/Bottle.py diff --git a/b/Bottle.py b/b/Bottle.py new file mode 100644 index 0000000..a262ce1 --- /dev/null +++ b/b/Bottle.py @@ -0,0 +1,7 @@ +from bottle import route, run + +@route('/hello') +def hello(): + return "Hello World" + +run() diff --git a/readme.md b/readme.md index 89d1ccc..4ff4f55 100644 --- a/readme.md +++ b/readme.md @@ -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 (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)