Added comment to Day 3 Part 1
This commit is contained in:
parent
eba892177e
commit
6220d7160b
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ static ssize_t read_input(struct file *file, loff_t pos, size_t n, char *buffer)
|
||||||
return bytes_read;
|
return bytes_read;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clean this shithole up, learn what functions are idiot
|
||||||
static int find_numbers(char *top, char *middle, char *bottom) {
|
static int find_numbers(char *top, char *middle, char *bottom) {
|
||||||
int beginning = -1;
|
int beginning = -1;
|
||||||
int end = -1;
|
int end = -1;
|
||||||
|
|
Loading…
Reference in a new issue