Skip to content

Commit

Permalink
Improved the screen message
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Mar 24, 2019
1 parent cd1358f commit eddbfb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v0.3 2019-03-24

* Changed licensing.
* Improved the screen message.

v0.2 2017-08-16

Expand Down
4 changes: 2 additions & 2 deletions hello-newbie.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/********************************************************************
*
* Copyright (c) 2015 Joao Eriberto Mota Filho <[email protected]>
* Copyright (c) 2015-2019 Joao Eriberto Mota Filho <[email protected]>
* See the LICENSE file.
*
********************************************************************/
Expand All @@ -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");
}

0 comments on commit eddbfb5

Please sign in to comment.