This commit is contained in:
Yaroslav Orlianskyi 2022-02-20 13:20:20 +01:00
parent b56d46c537
commit a8aa3f1462

View File

@ -0,0 +1,10 @@
#include <stdio.h>
int main(){
int c = 1;
printf("Enter your text\n");
while(c = 1){
c = getchar();
}
return 0;
}