From bd56cbfeb5b9828220415ebdfb396272caa57691 Mon Sep 17 00:00:00 2001 From: Hitsuji-M <78513052+Hitsuji-M@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:29:05 +0100 Subject: [PATCH] Add Jolie (#1431) Co-authored-by: Hitsuji --- j/Jolie.ol | 5 +++++ readme.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 j/Jolie.ol diff --git a/j/Jolie.ol b/j/Jolie.ol new file mode 100644 index 00000000..14979fbd --- /dev/null +++ b/j/Jolie.ol @@ -0,0 +1,5 @@ +include "console.iol" + +main { + println@Console("Hello World")() +} diff --git a/readme.md b/readme.md index 8085c0a0..51c6d4e9 100644 --- a/readme.md +++ b/readme.md @@ -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 (951 total) +## Languages (952 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -485,6 +485,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Jelly](j/Jelly.j) * [Jenkinsfile](j/Jenkinsfile) * [Jess](j/Jess.cpl) +* [Jolie](j/Jolie.ol) * [JScript](j/JScript.js) * [JSFuck](j/JSFuck.js) * [JSON](j/JSON.json)