Compare commits
No commits in common. "546ec3352665abf03ff8a3c67480c4062938d890" and "a2ac0f14815fab3de4881902a63d6a2f935f8ebe" have entirely different histories.
546ec33526
...
a2ac0f1481
Binary file not shown.
BIN
du3/program
BIN
du3/program
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
for(int i = 0; i < 10; i++){
|
||||
printf("%d\n", i);
|
||||
}
|
||||
return 0;
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
for(int i = 0; i < 10; i++){
|
||||
printf("%d\n", i);
|
||||
}
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user