diff options
Diffstat (limited to '1')
| -rw-r--r-- | 1/part1.c | 2 | ||||
| -rw-r--r-- | 1/part2.c | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -29,5 +29,7 @@ int main() input[i] = atoi(buffer); } + fclose(file); + printf("%i", repair(input)); } @@ -31,5 +31,7 @@ int main() input[i] = atoi(buffer); } + fclose(file) + printf("%i", repair(input)); } |
