diff --git a/README.md b/README.md index 946ccae0..31ec9636 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/j/jython.py b/j/jython.py new file mode 100644 index 00000000..7cc66da0 --- /dev/null +++ b/j/jython.py @@ -0,0 +1 @@ +print "Hello World" \ No newline at end of file