Skip to content

Commit

Permalink
First upload
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Sep 11, 2015
1 parent 8c531da commit 6ff3562
Show file tree
Hide file tree
Showing 20 changed files with 4,198 additions and 1 deletion.
Empty file added AUTHORS
Empty file.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v0.1 2015-09-10

* Initial version.
370 changes: 370 additions & 0 deletions INSTALL

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions LICENSE
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin_PROGRAMS = hello-newbie
hello_newbie_SOURCES = hello-newbie.c
man_MANS = hello-newbie.1
Empty file added NEWS
Empty file.
1 change: 1 addition & 0 deletions README
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# hello-newbie
hello-newbie
============

A perfect hello for newbies

Hello Newbie is a program that says Hello to all users. This program is useful to learn
the basics about C language. All people need to know the very nice effect caused by
hello-newbie.

Hello Newbie can be used to demonstrate the total power of the computers.





------- IGNORE WHEN PACKAGING -------------------

PS: this code can have some problems and was developed to help in Debian
packaging lessons. Please, don't open bugs in this project.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ideas???
Loading

0 comments on commit 6ff3562

Please sign in to comment.