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
2012-06-10 16:43:43 +02:00
2013-09-05 19:15:03 +02:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-07-23 21:58:02 -07:00
2011-08-01 15:55:28 +03:00
2012-06-10 12:49:53 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-07-23 21:58:02 -07:00
2011-08-01 16:06:08 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-04-06 18:40:54 +03:00
2011-08-01 16:05:14 +03:00
Description
No description provided
5.6 MiB
Languages
Assembly 36%
Python 8.6%
C 4%
xBase 3.8%
JavaScript 3.6%
Other 38.6%