hgbook

view it/examples/tour.merge.cat1.it @ 882:50d09b8f3c4f

Remove /tmp/REV*-hello when clean
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 16:33:28 2009 +0800 (2009-10-21)
parents 0bf0bf61493e
children 719b03ea27c8
line source
1 <!-- BEGIN tour.merge.cat1 -->
2 <screen><prompt>$</prompt> <userinput>cat hello.c</userinput>
3 /*
4 * Rilasciato al pubblico dominio da Bryan O'Sullivan. Questo
5 * programma non รจ protetto da brevetti negli Stati Uniti o in
6 * altri paesi.
7 */
9 #include &lt;stdio.h&gt;
11 int main(int argc, char **argv)
12 {
13 printf("ancora una volta, ciao.\n");
14 printf("ciao, mondo!\");
15 printf("ancora ciao!\n");
16 return 0;
17 }
18 </screen>
19 <!-- END tour.merge.cat1 -->