diff --git a/c/C* b/c/C* new file mode 100644 index 00000000..e7e56589 --- /dev/null +++ b/c/C* @@ -0,0 +1,6 @@ +#include + +main() +{ + printf("Hello World\n"); +} diff --git a/readme.md b/readme.md index 9353c74a..7717eac2 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 (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)