Add Carbon

Fixes #1405

Co-Authored-By: Animesh Dhakal <72594139+animeshdhakal@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2022-11-19 11:39:48 +13:00
parent f92f2fde6c
commit 179123ff58
2 changed files with 8 additions and 1 deletions

6
c/Carbon.carbon Normal file
View File

@@ -0,0 +1,6 @@
package HelloWorld api;
fn Main() -> i32 {
Print("Hello World");
return 0;
}

View File

@@ -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 start-->
## 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)