hgbook

view en/examples/tour.diff.out @ 420:0774efad9003

translated up to section 4.4.1 (included). updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Sat Nov 15 20:04:33 2008 -0500 (2008-11-15)
parents 006bbad1f190
children
line source
1 $ \textbf{hg diff}
2 diff -r hello.c
5 @@ -8,5 +8,6 @@
6 int main(int argc, char **argv)
7 \{
8 printf("hello, world!\textbackslash{}");
9 + printf("hello again!\textbackslash{}n");
10 return 0;
11 \}