From 179123ff5860fe7516a7882e18a4511492eb4a07 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 19 Nov 2022 11:39:48 +1300 Subject: [PATCH] Add Carbon Fixes #1405 Co-Authored-By: Animesh Dhakal <72594139+animeshdhakal@users.noreply.github.com> --- c/Carbon.carbon | 6 ++++++ readme.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 c/Carbon.carbon diff --git a/c/Carbon.carbon b/c/Carbon.carbon new file mode 100644 index 00000000..9680877b --- /dev/null +++ b/c/Carbon.carbon @@ -0,0 +1,6 @@ +package HelloWorld api; + +fn Main() -> i32 { + Print("Hello World"); + return 0; +} diff --git a/readme.md b/readme.md index 7055c207..10937c4d 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 (947 total) +## Languages (948 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -209,6 +209,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Cache ObjectScript](c/Cache%20ObjectScript.mac) * [CAML](c/CAML.ml) * [Candy](c/Candy.candy) +* [Carbon](c/Carbon.carbon) * [Cardinal](c/Cardinal.cardinal) * [Casio BASIC](c/Casio%20BASIC) * [cat](c/cat.cat)