This commit is contained in:
MrBrain295 2021-04-08 23:43:22 -05:00 committed by GitHub
parent 4bcd8a1593
commit b6fe33ff81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

6
c/C* Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
main()
{
printf("Hello World\n");
}

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 (755 total)
## Languages (756 total)
* [!@#$%^&()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [05AB1E](%23/05AB1E)
@ -200,6 +200,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Byter](b/Byter.byter)
* [C++](c/C%2B%2B.cpp)
* [C](c/C.c)
* [C*](c/C*)
* [Cache ObjectScript](c/Cache%20ObjectScript.mac)
* [CAML](c/CAML.ml)
* [Cardinal](c/Cardinal.cardinal)