diff --git a/day3/aoc2023d3p1.c b/day3/aoc2023d3p1.c index 0c900b4..b89142f 100644 --- a/day3/aoc2023d3p1.c +++ b/day3/aoc2023d3p1.c @@ -28,6 +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 static int find_numbers(char *top, char *middle, char *bottom) { int beginning = -1; int end = -1;