Skip to content

Commit 1bf47da

Browse files
authored
Merge pull request #6 from anjanamanoj5/anjana
c program
2 parents 2580cfe + ade621a commit 1bf47da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Contributors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Contributors
22
- [Ajmal](https://github.com/Ajuajmal)
3+
-[anjana](https://github.com/anjanamanoj5)

c/hello.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include<stdio.h>
2+
void main()
3+
{
4+
printf("hello c");
5+
}

0 commit comments

Comments
 (0)