Added comment to Day 3 Part 1

This commit is contained in:
Logan G 2023-12-04 20:09:00 -07:00
parent eba892177e
commit 6220d7160b
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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;