From 5ef204ee1f59d075fd0d45b290c745337285d3df Mon Sep 17 00:00:00 2001 From: cmh-dev <57900419+cmh-dev@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:09:39 +0000 Subject: [PATCH] Add CESIL (#1174) --- c/CESIL.cesil | 4 ++++ readme.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 c/CESIL.cesil diff --git a/c/CESIL.cesil b/c/CESIL.cesil new file mode 100644 index 00000000..ea2c4912 --- /dev/null +++ b/c/CESIL.cesil @@ -0,0 +1,4 @@ + PRINT "Hello World" + HALT +% +* \ No newline at end of file diff --git a/readme.md b/readme.md index e680d87b..8ff91734 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 (835 total) +## Languages (836 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) @@ -239,6 +239,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Cbot](c/Cbot.txt) * [Cduce](c/Cduce.cduce) * [Centura](c/Centura.centura) +* [CESIL](c/CESIL.cesil) * [Ceylon](c/Ceylon.ceylon) * [CGI](c/CGI.c) * [Chaos](c/Chaos.kaos)