From 1735e58f626f5af115d7653b3ead40fc3ada4afb Mon Sep 17 00:00:00 2001 From: MIN LEE <ysay1464@ajou.ac.kr> Date: Mon, 26 Oct 2020 01:35:20 +0900 Subject: [PATCH] Update test.c git pull --- test.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test.c b/test.c index fa1f64a..8fb5a8f 100644 --- a/test.c +++ b/test.c @@ -1,8 +1,9 @@ printf("this is test"); int sum=0; -for(int i =0; i<10; i++){ - -sum+=i;} +for(int i =0; i<10; i++){ + sum+=i; +} printf("%d", i); +printf("this is test for 'git pull'\n"); -- GitLab