From 1dea63bc263ccb8f35728d41e51804d01c7cc06d Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Jun 2025 15:05:58 -0500 Subject: Added README.md and changed Makefile --- password.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'password.c') diff --git a/password.c b/password.c index e028b61..9912e5d 100644 --- a/password.c +++ b/password.c @@ -1,5 +1,3 @@ -// https://github.com/dwyl/english-words - #include #include #include @@ -82,7 +80,7 @@ int main (int argc, char **argv) { generate_characters(character_set); printf("\n"); - fseek(words, 0, SEEK_SET); // Reset pointer to beginning of file + fseek(words, 0, SEEK_SET); // Reset pointer to beginning of file // fclose(words); /** printf("LINE TOTAL: %li\n", line_total); **/ } -- cgit v1.2.3