ala
This commit is contained in:
commit
7ea75a1900
8
a1/c1.c
Normal file
8
a1/c1.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
int main(){
|
||||||
|
int c = 0;
|
||||||
|
while(1){
|
||||||
|
c = getchar();
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
BIN
du2/.program.c.swp
Normal file
BIN
du2/.program.c.swp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user