diff --git a/c/CLU.clu b/c/CLU.clu new file mode 100644 index 0000000..b1af032 --- /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 353060e..66802ff 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)