Add Jython

Fixes: #488
Co-Authored-By: Jack <kayaked@users.noreply.github.com>
This commit is contained in:
Richie Bendall 2020-03-30 07:51:26 +13:00
parent e8135b55fa
commit d3265df771
2 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Jsoniq](j%5CJSONiq)
* [Jsx](j%5Cjsx.js)
* [Julia](j%5Cjulia.jl)
* [Jython](j%5Cjython.py)
* [K](k%5Ck.k)
* [Karel](k%5Ckarel.kl)
* [Kiml](k%5CKimL.kiml)

1
j/jython.py Normal file
View File

@ -0,0 +1 @@
print "Hello World"