hgbook
view it/examples/tour.merge.cat2.it @ 789:a419faec3428
Missing part of a message.
author | Giulio@puck |
---|---|
date | Tue Aug 11 20:12:19 2009 +0200 (2009-08-11) |
parents | |
children | 63ef1efbac57 |
line source
1 <!-- BEGIN tour.merge.cat2 -->
2 <screen><prompt>$</prompt> <userinput>cat ../my-hello/hello.c</userinput>
3 /*
4 * Rilasciato nel 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 printf("ancora ciao!\n");
15 return 0;
16 }
17 </screen>
18 <!-- END tour.merge.cat2 -->