diff --git a/c/CobolScript b/c/CobolScript new file mode 100644 index 00000000..df85d79a --- /dev/null +++ b/c/CobolScript @@ -0,0 +1,6 @@ +DISPLAY `Content-type: text/html `. +DISPLAY LINEFEED. +DISPLAY ``. +DISPLAY `
Hello World
`. +DISPLAY ``. +GOBACK. diff --git a/readme.md b/readme.md index 001da779..5e3ce69c 100644 --- a/readme.md +++ b/readme.md @@ -216,6 +216,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [CLISP](c/CLISP.lisp) * [Clojure](c/Clojure.clj) * [COBOL](c/COBOL.cbl) +* [CobolScript](c/CobolScript) * [Cobra](c/Cobra.cobra) * [Coconut](c/Coconut.coc) * [CoffeeScript](c/CoffeeScript.coffee)