parent
5e53632361
commit
4e3abf1f61
11
p/Panther.py
Normal file
11
p/Panther.py
Normal file
@ -0,0 +1,11 @@
|
||||
import sys
|
||||
from panther import Panther
|
||||
from panther.app import API
|
||||
|
||||
|
||||
@API()
|
||||
def hello_world():
|
||||
return 'Hello World'
|
||||
|
||||
|
||||
app = Panther(__name__, configs=sys.modules[__name__], urls={'/': hello_world})
|
@ -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 (997 total)
|
||||
## Languages (998 total)
|
||||
|
||||
* [!](%23/%21)
|
||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||
@ -679,6 +679,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
||||
* [Painter Programming](p/Painter%20Programming)
|
||||
* [Pakhi](p/Pakhi.pakhi)
|
||||
* [Pangaea](p/Pangaea.pangaea)
|
||||
* [Panther](p/Panther.py)
|
||||
* [ParaSail](p/ParaSail.psi)
|
||||
* [Parenthetic](p/Parenthetic.p)
|
||||
* [Parser](p/Parser.p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user