From d3265df771f9e0a2949c50c72e18f3950c1be0b2 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 07:51:26 +1300 Subject: [PATCH] Add Jython Fixes: #488 Co-Authored-By: Jack --- README.md | 1 + j/jython.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 j/jython.py diff --git a/README.md b/README.md index 946ccae..31ec963 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 0000000..7cc66da --- /dev/null +++ b/j/jython.py @@ -0,0 +1 @@ +print "Hello World" \ No newline at end of file