From c7b0dcfb271c16d81b7ae5a1c5ef4fdb127ab399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bro-mine=E2=84=A2?= <77176658+Bro-mine@users.noreply.github.com> Date: Sat, 19 Jun 2021 03:37:55 -0300 Subject: [PATCH] Add CLU (#1071) Co-authored-by: Richie Bendall --- c/CLU.clu | 4 ++++ readme.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 c/CLU.clu diff --git a/c/CLU.clu b/c/CLU.clu new file mode 100644 index 00000000..b1af032f --- /dev/null +++ b/c/CLU.clu @@ -0,0 +1,4 @@ +start_up = proc () + po: stream := stream$primary_output () + stream$putl (po, "Hello World") + end start_up diff --git a/readme.md b/readme.md index 353060e5..66802ff0 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 (791 total) +## Languages (792 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [05AB1E](%23/05AB1E) @@ -239,6 +239,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [CLIPS](c/CLIPS.clips) * [CLISP](c/CLISP.lisp) * [Clojure](c/Clojure.clj) +* [CLU](c/CLU.clu) * [COBOL](c/COBOL.cbl) * [CobolScript](c/CobolScript.cbl) * [Cobra](c/Cobra.cobra)