SAD
This commit is contained in:
parent
b56d46c537
commit
a8aa3f1462
@ -0,0 +1,10 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
int c = 1;
|
||||||
|
printf("Enter your text\n");
|
||||||
|
while(c = 1){
|
||||||
|
c = getchar();
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user