diff --git a/main.c b/main.c index f640d29..63568ee 100644 --- a/main.c +++ b/main.c @@ -88,7 +88,7 @@ int main() { if (input != 'y') return 0; while (getchar() != '\n'); - printf("please wait"); + printf("please wait."); fflush(stdout); unsigned long long int* wtf = (unsigned long long int*) malloc(size);