diff --git a/day3/aoc2023d3p1.c b/day3/aoc2023d3p1.c index b89142f..723831e 100644 --- a/day3/aoc2023d3p1.c +++ b/day3/aoc2023d3p1.c @@ -28,7 +28,7 @@ static ssize_t read_input(struct file *file, loff_t pos, size_t n, char *buffer) return bytes_read; } -// Clean this shithole up, learn what functions are idiot +// I cleaned this up in part 2, please don't look at this static int find_numbers(char *top, char *middle, char *bottom) { int beginning = -1; int end = -1;