Skip to content

Commit

Permalink
Merge pull request pclubuiet#2 from anmoljindal13/HelloWorldC
Browse files Browse the repository at this point in the history
Added Hello World in C
  • Loading branch information
anmoljindal13 authored Oct 4, 2017
2 parents 74c81a9 + 5109378 commit 80f96a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions C/anmoljindal13.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include<stdio.h>
int main(){
printf("Hello World");
return 0;
}

0 comments on commit 80f96a2

Please sign in to comment.