Mercurial Hosting > dis
changeset 3:a499c3c6b9ae
Are you STUPID???
author | VilyaemKenyaz |
---|---|
date | Tue, 29 Aug 2023 16:37:37 -0400 |
parents | 2b6ce8d53356 |
children | 8448e78efe82 |
files | dis dis.c |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dis.c Sat Aug 26 14:03:02 2023 -0400 +++ b/dis.c Tue Aug 29 16:37:37 2023 -0400 @@ -11,12 +11,15 @@ char * file = ReadFile(filetoread); //printf("Contents of argv: %s\n",*argv); //printf("Reading file: %s\n",filetoread); - +/* while(strlen(file) != 0){ //char * print = ReadLine(file,1); printf("%s\n",ReadLine(file,1)); DeleteLine(file,1); } +*/ + + printf("%s\n",file); exit(0); }