hgbook
view it/examples/tour.cat1.it @ 1109:e1ca493f011d
2.8.4 first 2 para zh translated
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Wed Dec 23 23:29:17 2009 -0500 (2009-12-23) |
parents | 6ba4c405d262 |
children | 719b03ea27c8 |
line source
1 <!-- BEGIN tour.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 <stdio.h>
11 int main(int argc, char **argv)
12 {
13 printf("ciao, mondo!\");
14 return 0;
15 }
16 </screen>
17 <!-- END tour.cat1 -->