Skip to content

Commit

Permalink
Generic Preference
Browse files Browse the repository at this point in the history
I am born as a normie.
  • Loading branch information
gocs authored Oct 8, 2018
1 parent 876463f commit b97dabe
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 b97dabe

Please sign in to comment.