From 09695420bacf198856b1e7fb39b47d7221d628aa Mon Sep 17 00:00:00 2001 From: oliveralka Date: Sat, 19 Oct 2019 13:44:04 +0200 Subject: [PATCH] [ADD] example Charcoal --- LANGUAGES.md | 2 +- examples/c/Charcoal.cl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 examples/c/Charcoal.cl diff --git a/LANGUAGES.md b/LANGUAGES.md index 0d70e31c..51266f41 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -359,7 +359,7 @@ You can also request a new language to be added to the list, just leave a commen - [ ] [Chaingate](http://esolangs.org/wiki/Chaingate) - [ ] [Challenger](http://esolangs.org/wiki/Challenger) - [ ] [Chance](http://esolangs.org/wiki/Chance) -- [ ] [Charcoal](http://esolangs.org/wiki/Charcoal) +- [x] [Charcoal](http://esolangs.org/wiki/Charcoal) - [x] [ChaScript](http://sjishan.github.io/chascript/code.html) - [ ] [Checkout](http://esolangs.org/wiki/Checkout) - [x] [Chef](http://esolangs.org/wiki/Chef) diff --git a/examples/c/Charcoal.cl b/examples/c/Charcoal.cl new file mode 100644 index 00000000..980a0d5f --- /dev/null +++ b/examples/c/Charcoal.cl @@ -0,0 +1 @@ +Hello World!