changeset 21:5b83350011d6

change
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Feb 2010 07:28:12 +0900
parents 2edb9c7e0f12
children 89f80ab5efe2
files test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test.c	Fri Feb 19 07:12:38 2010 +0900
+++ b/test.c	Fri Feb 19 07:28:12 2010 +0900
@@ -3,6 +3,6 @@
 int main(int argc, char *argv[]) {
 	int a, b;
 	a = 10; b = 11;
-	printf("hello %d\n", a = 10, b = 11);
+	printf("hello %d\n", a + b);
 	return 0;
 }