From 005097f29ed4720d66b69e199049b1ff15692e2c Mon Sep 17 00:00:00 2001
From: Alexander Wuerstlein <arw@arw.name>
Date: Tue, 11 Jun 2013 14:37:24 +0200
Subject: [PATCH] also greet germans

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

diff --git a/hello.c b/hello.c
index 52be989..b937ec8 100644
--- a/hello.c
+++ b/hello.c
@@ -3,5 +3,6 @@
 int main(int argc, char **argv)
 {
 	printf("Hello World!!!!\n");
+	printf("Hallo Welt!!!!\n");
 	return 0;
 }
-- 
GitLab