From 82a8d0e5b4807dfb264951b20444b1d14bf2c95c Mon Sep 17 00:00:00 2001 From: Ajay T Shaju Date: Mon, 18 Sep 2023 21:05:16 +0530 Subject: [PATCH] first --- languages/C.md | 1 + languages/C.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 languages/C.md 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[])