hgbook
diff it/examples/tour.merge.cat1.it @ 976:713f0f69029a
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:35 2009 +0200 (2009-09-04) |
parents | |
children | 719b03ea27c8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/tour.merge.cat1.it Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +<!-- BEGIN tour.merge.cat1 --> 1.5 +<screen><prompt>$</prompt> <userinput>cat hello.c</userinput> 1.6 +/* 1.7 + * Rilasciato al pubblico dominio da Bryan O'Sullivan. Questo 1.8 + * programma non รจ protetto da brevetti negli Stati Uniti o in 1.9 + * altri paesi. 1.10 + */ 1.11 + 1.12 +#include <stdio.h> 1.13 + 1.14 +int main(int argc, char **argv) 1.15 +{ 1.16 + printf("ancora una volta, ciao.\n"); 1.17 + printf("ciao, mondo!\"); 1.18 + printf("ancora ciao!\n"); 1.19 + return 0; 1.20 +} 1.21 +</screen> 1.22 +<!-- END tour.merge.cat1 -->