Skip to content
Snippets Groups Projects
Commit 1735e58f authored by MIN LEE's avatar MIN LEE
Browse files

Update test.c git pull

parent 1a021d24
Branches master
No related tags found
No related merge requests found
printf("this is test"); printf("this is test");
int sum=0; int sum=0;
for(int i =0; i<10; i++){ for(int i =0; i<10; i++){
sum+=i;
sum+=i;} }
printf("%d", i); printf("%d", i);
printf("this is test for 'git pull'\n");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment