hgbook
view it/examples/tour.cat2.it @ 1052:c8b5a06543c0
cvs section translated
author | zhaopingsun |
---|---|
date | Tue Nov 10 16:25:43 2009 -0500 (2009-11-10) |
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 <stdio.h>
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 -->