Add CherryPy (#1240)
* add cherry * increase language count * update readme file to unclude cherry
This commit is contained in:
parent
19a269982e
commit
4350b90ce9
8
c/Cherry.py
Normal file
8
c/Cherry.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import cherrypy
|
||||||
|
|
||||||
|
class HelloWorld(object):
|
||||||
|
@cherrypy.expose
|
||||||
|
def index(self):
|
||||||
|
return "Hello World"
|
||||||
|
|
||||||
|
cherrypy.quickstart(HelloWorld())
|
@ -255,6 +255,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Cheese++](c/Cheese%2B%2B.cheese)
|
* [Cheese++](c/Cheese%2B%2B.cheese)
|
||||||
* [Chef](c/Chef.ch)
|
* [Chef](c/Chef.ch)
|
||||||
* [Chem](c/Chem)
|
* [Chem](c/Chem)
|
||||||
|
* [CherryPy](c/Cherry.py)
|
||||||
* [Chicken](c/Chicken.chicken)
|
* [Chicken](c/Chicken.chicken)
|
||||||
* [Cil](c/Cil.il)
|
* [Cil](c/Cil.il)
|
||||||
* [Clean](c/Clean.icl)
|
* [Clean](c/Clean.icl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user