From 2c463b9e8cc0b73fcacd82b99f51acfea2ea085c Mon Sep 17 00:00:00 2001
From: Alexander Wuerstlein <arw@arw.name>
Date: Tue, 11 Jun 2013 14:40:10 +0200
Subject: [PATCH] germans are somewhat more formal...

---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index 5e64440..a273b79 100644
--- a/hello.c
+++ b/hello.c
@@ -3,6 +3,6 @@
 int main(int argc, char **argv)
 {
 	printf("Hello world!!!!\n");
-	printf("Hallo Welt!!!!\n");
+	printf("Sehr geehrte Damen und Herren Erdenbuerger, seien Sie hiermit herzlich gegruesst!\n");
 	return 0;
 }
-- 
GitLab