Skip to content

Commit

Permalink
Merge pull request #18 from ashishh8055/master
Browse files Browse the repository at this point in the history
Create helloworld.c
  • Loading branch information
ambujraj authored Oct 1, 2018
2 parents 0724b90 + febd122 commit 4277da8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hello-world/helloworld.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}

0 comments on commit 4277da8

Please sign in to comment.