Skip to content

Commit f29cdf7

Browse files
committed
added basic Hello World Code in C
1 parent 8f98c5d commit f29cdf7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CONTRIBUTORS.md

+6
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,9 @@ Name: [Antonio](https://github.com/toluwalope19) </br>
439439
Place: Nigeria </br>
440440
Coding Experience: Python and javaScript. </br>
441441
Email: [email protected] </br>
442+
443+
Name: [Abhishek Singh](https://github.com/n6wbi6) </br>
444+
Place: India </br>
445+
Coding Experience: 2 years of coding experience in C. </br>
446+
Email: [email protected] </br>
447+

c/hello/n6wbi6_hello_world.c

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include <stdio.h>
2+
3+
int main() {
4+
5+
printf("Hello, world!");
6+
return 0;
7+
8+
}

0 commit comments

Comments
 (0)