automated code cleanup
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user