diff --git a/hello.c b/hello.c
index 52be989f06c77eeb22cd28784cf2d6bec1ec988b..b937ec8d53d1005f9df805e535b3ef88d6463296 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;
 }