Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Bro-mine™ 2021-06-19 03:37:55 -03:00 committed by GitHub
parent 1a7d0d8c01
commit c7b0dcfb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

4
c/CLU.clu Normal file
View File

@ -0,0 +1,4 @@
start_up = proc ()
po: stream := stream$primary_output ()
stream$putl (po, "Hello World")
end start_up

View File

@ -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 start-->
## 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)