From e16c882ac52363c4c1a04745437c204fb96406e1 Mon Sep 17 00:00:00 2001 From: Neamul Islam Fahim <71332807+NeamulIslamFahim@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:32:20 +0600 Subject: [PATCH] Add ChaScript (#1342) * ChaScript * Update readme.md * Changes done --- c/ChaScript | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 c/ChaScript diff --git a/c/ChaScript b/c/ChaScript new file mode 100644 index 0000000..a57d0c7 --- /dev/null +++ b/c/ChaScript @@ -0,0 +1 @@ +দেখাও(”Hello World”) diff --git a/readme.md b/readme.md index b3c010f..8228be9 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 (976 total) +## Languages (977 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -276,6 +276,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Chapel](c/Chapel.chpl) * [Charcoal verbose mode](c/Charcoal%20verbose%20mode.cl) * [Charcoal](c/Charcoal.cl) +* [ChaScript](c/ChaScript) * [Cheddar](c/Cheddar.cheddar) * [Cheese++](c/Cheese%2B%2B.cheese) * [Chef](c/Chef.ch)