9 Commits

Author SHA1 Message Date
d3z40
94109c85ae Para atualizar repositório 2018-08-22 01:37:32 -03:00
Boloutare Doubeni
f48899f013 Fix spacing for #include in c.c 2016-05-20 08:37:00 -04:00
KommX
2d20ad27b3 Update c.c
Add a new line.
2015-06-30 10:32:22 +02:00
Philippe Loctaux
52a8c332d8 printf
we learn like this to do hello world
2015-04-13 18:33:35 +02:00
Wellington Viana
79cd16b1c9 excluded "void" in function "main" 2014-08-20 17:02:04 -03:00
Mario Lang
1b66868d5f Use puts instead of printf.
The classic "Hello World" example in C is actually often sort of wrong.
While printf(3) does the job, it is inefficient to use, since the
"format string" does not contain any format characters in this particular case.

puts(3) is better suited, since it does not try to interpret format characters,
and as an extra bonus, already appends the trailing newline for us.
2013-09-05 19:15:03 +02:00
Robert Peters
7f878aa890 Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
mimi1971
97e0e510b5 github generated gh-pages branch 2010-08-06 11:10:54 +08:00
Kevin Ballard
a360b77ed3 Categorize files based on the first letter 2008-07-25 18:01:29 -07:00