From efae55c340514cd1d37a56ffac04b71ec386c2f9 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Mon, 21 Jun 2021 00:12:07 -0500 Subject: [PATCH] Add C+++ (#1086) Co-authored-by: Richie Bendall --- c/C+++ | 5 +++++ readme.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 c/C+++ diff --git a/c/C+++ b/c/C+++ new file mode 100644 index 00000000..1fb82ee4 --- /dev/null +++ b/c/C+++ @@ -0,0 +1,5 @@ +integer new main() +{ + println.format("Hello World"); + return 0; +} diff --git a/readme.md b/readme.md index 6e6f32bf..94567f78 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 (795 total) +## Languages (796 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [0(nop^)](%23/0%28nop%5E%29) @@ -215,6 +215,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Burlesque](b/Burlesque.burlesque) * [Byter](b/Byter.byter) * [C Shell](c/C%20Shell.csh) +* [C+++](c/C%2B%2B%2B) * [C++](c/C%2B%2B.cpp) * [C+](c/C%2B) * [C](c/C.c)