hgbook

view ja/examples/tour.diff.out @ 1003:c2e0f0263407

french : small corrections ch00-preface
author Wilk
date Sun Sep 13 14:07:14 2009 +0200 (2009-09-13)
parents
children
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@ int main(int argc, char **argv)
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}