comparison ja/examples/tour.merge.cat.out @ 290:b0db5adf11c1 ja_root

fork Japanese translation.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 06 Feb 2008 17:43:11 +0900
parents en/examples/tour.merge.cat.out@006bbad1f190
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
1 $ \textbf{cat hello.c}
2 /*
3 * Placed in the public domain by Bryan O'Sullivan. This program is
4 * not covered by patents in the United States or other countries.
5 */
6
7 #include <stdio.h>
8
9 int main(int argc, char **argv)
10 \{
11 printf("once more, hello.\textbackslash{}n");
12 printf("hello, world!\textbackslash{}");
13 return 0;
14 \}
15 $ \textbf{cat ../my-hello/hello.c}
16 /*
17 * Placed in the public domain by Bryan O'Sullivan. This program is
18 * not covered by patents in the United States or other countries.
19 */
20
21 #include <stdio.h>
22
23 int main(int argc, char **argv)
24 \{
25 printf("hello, world!\textbackslash{}");
26 printf("hello again!\textbackslash{}n");
27 return 0;
28 \}