diff --git a/languages/C.md b/languages/C.md new file mode 100644 index 0000000..a435ccb --- /dev/null +++ b/languages/C.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/languages/C.txt b/languages/C.txt index ca721f5..b33c3a5 100644 --- a/languages/C.txt +++ b/languages/C.txt @@ -1,5 +1,3 @@ - - main() Function * The main() function is the starting point of the program: int main (int argc, char *argv[])