From 27c896943789203354e77cfe68371534565c9c64 Mon Sep 17 00:00:00 2001 From: Jerry Callen Date: Mon, 17 Apr 2017 10:00:25 -0400 Subject: [PATCH] Revert "change world to kentucky" This reverts commit 71768272e028001a8efc7bec8de2a869454892d7. --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 5bf2c7d..e2766cc 100644 --- a/hello.c +++ b/hello.c @@ -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; }