Compare commits

..

No commits in common. "546ec3352665abf03ff8a3c67480c4062938d890" and "a2ac0f14815fab3de4881902a63d6a2f935f8ebe" have entirely different histories.

5 changed files with 0 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +0,0 @@
#include <stdio.h>
int main(){
for(int i = 0; i < 10; i++){
printf("%d\n", i);
}
return 0;
}

BIN
du3/test

Binary file not shown.

View File

@ -1,8 +0,0 @@
#include <stdio.h>
int main(){
for(int i = 0; i < 10; i++){
printf("%d\n", i);
}
return 0;
}