hgbook

view en/examples/tour.diff.out @ 255:9c49615e8dcb

Stop bibtex from getting shirty over lack of authorship.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 22:19:56 2007 -0700 (2007-05-30)
parents
children 1b52bda675d0
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 \}