hgbook
view it/examples/tour.cat2.it @ 1027:a122f4c9a75b
moving xsl to appropriate folder
author | Romain Pelisse <belaran@gmail.com> |
---|---|
date | Wed Apr 21 18:28:16 2010 +0200 (2010-04-21) |
parents | 713f0f69029a 11a6ba60bb9e |
children |
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 -->