Skip to content

Commit

Permalink
Revert "change world to kentucky"
Browse files Browse the repository at this point in the history
This reverts commit 7176827.
  • Loading branch information
zorts committed Apr 17, 2017
1 parent 14aa21e commit 27c8969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

int main(int argc, const char* const argv[])
{
printf("Hello, Kentucky!\n");
printf("Hello, world!\n");
showArgs(stdout, argc, argv);
return 0;
}

0 comments on commit 27c8969

Please sign in to comment.