diff --git a/c/cache-objectscript.mac b/c/cache-objectscript.mac new file mode 100644 index 00000000..55b410a3 --- /dev/null +++ b/c/cache-objectscript.mac @@ -0,0 +1,3 @@ +HelloWorld ; + Write "Hello World" + Quit diff --git a/readme.md b/readme.md index 4caf46cb..b777aa31 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 (718 total) +## Languages (719 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -182,6 +182,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Byter](b/byter.byter) * [C++](c/c%2B%2B.cpp) * [C](c/c.c) +* [Caché ObjectScript](c/cache-objectscript.mac) * [Caml](c/caml.ml) * [Cardinal](c/cardinal.cardinal) * [Casio Basic](c/Casio%20BASIC)