feat: day 2

This commit is contained in:
2023-12-03 10:05:54 +01:00
parent 9ca52c19e7
commit 72e3d62ff7
6 changed files with 231 additions and 3 deletions

13
input_handler.h Normal file
View File

@@ -0,0 +1,13 @@
//
// Created by Lennart on 02/12/2023.
//
#include <stdio.h>
#ifndef ADVENT_OF_CODE_2023_INPUT_HANDLER_H
const char* read_line(FILE *f, char **buffer, int *capacity);
#define ADVENT_OF_CODE_2023_INPUT_HANDLER_H
#endif //ADVENT_OF_CODE_2023_INPUT_HANDLER_H