chore: initial commit

This commit is contained in:
2023-12-02 14:24:37 +01:00
commit 803c3a9806
8 changed files with 1149 additions and 0 deletions

11
main.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by Lennart on 02/12/2023.
//
#ifndef ADVENT_OF_CODE_2023_MAIN_H
int day_1();
#define ADVENT_OF_CODE_2023_MAIN_H
#endif //ADVENT_OF_CODE_2023_MAIN_H