From adc306f5898f52c8f71c898161de115765c91942 Mon Sep 17 00:00:00 2001 From: Alexander Wuerstlein <arw@arw.name> Date: Tue, 11 Jun 2013 14:35:05 +0200 Subject: [PATCH] Less exlamation marks --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 5d310da..f0bde2c 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