Add Carbon
Fixes #1405 Co-Authored-By: Animesh Dhakal <72594139+animeshdhakal@users.noreply.github.com>
This commit is contained in:
6
c/Carbon.carbon
Normal file
6
c/Carbon.carbon
Normal file
@@ -0,0 +1,6 @@
|
||||
package HelloWorld api;
|
||||
|
||||
fn Main() -> i32 {
|
||||
Print("Hello World");
|
||||
return 0;
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user