From 4535883d466c934b2d1485bfc775794c61900bfc Mon Sep 17 00:00:00 2001 From: Alexander Wuerstlein <arw@arw.name> Date: Tue, 11 Jun 2013 14:36:05 +0200 Subject: [PATCH] oh happy days more exclamation marks! --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index f0bde2c..52be989 100644 --- a/hello.c +++ b/hello.c @@ -2,6 +2,6 @@ int main(int argc, char **argv) { - printf("Hello World.\n"); + printf("Hello World!!!!\n"); return 0; } -- GitLab