From eddbfb539e336117171e7adfab9a89d68aad0950 Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Sun, 24 Mar 2019 19:06:10 -0300 Subject: [PATCH] Improved the screen message --- ChangeLog | 1 + hello-newbie.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6fac00..28bd598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ v0.3 2019-03-24 * Changed licensing. +* Improved the screen message. v0.2 2017-08-16 diff --git a/hello-newbie.c b/hello-newbie.c index ceee995..db211fd 100644 --- a/hello-newbie.c +++ b/hello-newbie.c @@ -1,6 +1,6 @@ /******************************************************************** * -* Copyright (c) 2015 Joao Eriberto Mota Filho +* Copyright (c) 2015-2019 Joao Eriberto Mota Filho * See the LICENSE file. * ********************************************************************/ @@ -10,5 +10,5 @@ int main(void) { - printf("\n\nHello! Are you a newbie?\nHo Ho Ho.\n\n"); + printf("\n\nHello! Are you a newbie?\nSo, this program is for you. Ho Ho Ho.\n\n"); }