problem
This commit is contained in:
parent
a2ac0f1481
commit
245bfc0e40
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