Compare commits
2 Commits
a2ac0f1481
...
546ec33526
Author | SHA1 | Date | |
---|---|---|---|
|
546ec33526 | ||
|
245bfc0e40 |
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;
|
||||||
|
}
|
8
du3/test.c
Normal file
8
du3/test.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