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"); }