From b2a30db52966bf32b0928dc05eb67879390ff589 Mon Sep 17 00:00:00 2001 From: Alexander Wuerstlein <arw@arw.name> Date: Tue, 11 Jun 2013 14:44:17 +0200 Subject: [PATCH] the new Texan owner of our company requested this --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 304528e..45ec4a1 100644 --- a/hello.c +++ b/hello.c @@ -3,6 +3,6 @@ int main(int argc, char **argv) { - printf("Hello World!!!!\n"); + printf("Howdy World!!!!\n"); exit(EXIT_SUCCESS); } -- GitLab