@@ -2,6 +2,6 @@
int main(void) {
int i=0;
- printf("hello,world\n");
+ printf("hello,world %d\n",i);
return 0;
}