summaryrefslogtreecommitdiff
path: root/1/part2.c
diff options
context:
space:
mode:
Diffstat (limited to '1/part2.c')
-rw-r--r--1/part2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/1/part2.c b/1/part2.c
index 5842205..3fb06a6 100644
--- a/1/part2.c
+++ b/1/part2.c
@@ -31,5 +31,7 @@ int main()
input[i] = atoi(buffer);
}
+ fclose(file)
+
printf("%i", repair(input));
}