This commit is contained in:
2023-12-04 15:56:21 +01:00
parent dec2f50334
commit 188d12092d
15 changed files with 154 additions and 51 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ FILE *fp;
char c;
int a;
int main(){
int oldmain(){
fp = fopen("test.txt", "r");
while (!feof(fp)){