Skip to content

Commit

Permalink
Merge pull request Aniket965#727 from gocs/patch-1
Browse files Browse the repository at this point in the history
Generic Hello World Preference
  • Loading branch information
Aniket965 authored Oct 8, 2018
2 parents 35c7d07 + b97dabe commit 488a714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions C/akshatkaush/helloworld.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include<stdio.h>
int main()
{
printf("hello world");
return 0;
}
#include <stdio.h>

int main() {
printf("Hello World\n");
return 0;
}

0 comments on commit 488a714

Please sign in to comment.