# HG changeset patch # User kazz # Date 1266530524 -32400 # Node ID d8872ceae3e3cdf5fc1e81df585f7f3dc7ed2a9b # Parent ec57fdd8c880967eba6304ad0a021fc0796765bb add a b hello diff -r ec57fdd8c880 -r d8872ceae3e3 test.c --- a/test.c Fri Feb 19 06:59:54 2010 +0900 +++ b/test.c Fri Feb 19 07:02:04 2010 +0900 @@ -1,5 +1,8 @@ #include int main(int argc, char *argv[]) { + int a, b; + a = 10; b = 11; + printf("hello %d\n" a = 10, b = 11); return 0; }