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)