automated code cleanup

This commit is contained in:
2021-12-21 07:02:22 -08:00
parent 61f693f89b
commit 7a78055d06
171 changed files with 612 additions and 594 deletions

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2020day12(void) {
char *input = get_input("input/2020/12");
printf("Solution for Day 12 of 2020 is not completed yet\n");
free(input);
char *input = get_input("input/2020/12");
printf("Solution for Day 12 of 2020 is not completed yet\n");
free(input);
}