dd
This commit is contained in:
parent
245bfc0e40
commit
546ec33526
BIN
du3/.program.c.swp
Normal file
BIN
du3/.program.c.swp
Normal file
Binary file not shown.
BIN
du3/program
Executable file
BIN
du3/program
Executable file
Binary file not shown.
8
du3/program.c
Normal file
8
du3/program.c
Normal file
@ -0,0 +1,8 @@
|
||||
#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