hgbook

view it/examples/tour.cat2.it @ 1066:cd081566e692

1.8 refined
author Zhaoping Sun <zhaopingsun@gmail.com>
date Wed Nov 11 17:51:44 2009 -0500 (2009-11-11)
parents 6ba4c405d262
children 719b03ea27c8
line source
1 <!-- BEGIN tour.cat2 -->
2 <screen># ... modifichiamo il file ...
3 <prompt>$</prompt> <userinput>cat hello.c</userinput>
4 /*
5 * Rilasciato al pubblico dominio da Bryan O'Sullivan. Questo
6 * programma non รจ protetto da brevetti negli Stati Uniti o in
7 * altri paesi.
8 */
10 #include &lt;stdio.h&gt;
12 int main(int argc, char **argv)
13 {
14 printf("ciao, mondo!\");
15 printf("ancora ciao!\n");
16 return 0;
17 }
18 </screen>
19 <!-- END tour.cat2 -->