2023 cleanup

This commit is contained in:
Evan Burkey 2023-12-04 11:29:48 -08:00
parent 6441a529ce
commit 5df56357c3
32 changed files with 80 additions and 197 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ build
.clangd
cmake-build-*
tmpget.sh
get_day.sh
get_day.sh
.idea

8
.idea/.gitignore generated vendored
View File

@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

2
.idea/advent.iml generated
View File

@ -1,2 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CMake" type="CPP_MODULE" version="4" />

91
.idea/editor.xml generated
View File

@ -1,91 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BackendCodeEditorSettings">
<option name="/Default/Housekeeping/GlobalSettingsUpgraded/IsUpgraded/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppClangFormat/EnableClangFormatSupport/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/EditorConfig/EnableClangFormatSupport/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_BINARY_EXPRESSIONS_CHAIN/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_CALLS_CHAIN/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_EXPRESSION/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_FOR_STMT/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTIPLE_DECLARATION/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_TERNARY/@EntryValue" value="ALIGN_ALL" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/BLANK_LINES_AROUND_CLASS_DEFINITION/@EntryValue" value="1" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/KEEP_BLANK_LINES_IN_DECLARATIONS/@EntryValue" value="2" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/KEEP_BLANK_LINES_IN_CODE/@EntryValue" value="2" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/KEEP_USER_LINEBREAKS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_CASE_FROM_SWITCH/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_COMMENT/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INT_ALIGN_EQ/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SIMPLE_BLOCK_STYLE/@EntryValue" value="DO_NOT_CHANGE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_COMMA_IN_TEMPLATE_ARGS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_COMMA_IN_TEMPLATE_PARAMS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_FOR_SEMICOLON/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_FOR_SEMICOLON/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_UNARY_OPERATOR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_ARRAY_ACCESS_BRACKETS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_CAST_EXPRESSION_PARENTHESES/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_EMPTY_INITIALIZER_BRACES/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_EMPTY_METHOD_PARENTHESES/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_INITIALIZER_BRACES/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPECIAL_ELSE_IF_TREATMENT/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_CAST_EXPRESSION_PARENTHESES/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_AFTER_BINARY_OPSIGN/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_BEFORE_TERNARY_OPSIGNS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/TYPE_DECLARATION_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/OTHER_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/CASE_BLOCK_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/BLANK_LINES_AROUND_FUNCTION_DECLARATION/@EntryValue" value="1" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/BLANK_LINES_AROUND_FUNCTION_DEFINITION/@EntryValue" value="1" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/PLACE_WHILE_ON_NEW_LINE/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/PLACE_ELSE_ON_NEW_LINE/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/PLACE_CATCH_ON_NEW_LINE/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/NAMESPACE_INDENTATION/@EntryValue" value="All" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_ARGUMENT/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_EXTENDS_LIST/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_PARAMETER/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_TYPE_ARGUMENT/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ALIGN_MULTILINE_TYPE_PARAMETER/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/BLANK_LINES_AROUND_DECLARATIONS/@EntryValue" value="0" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_ACCESS_SPECIFIERS_FROM_CLASS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_CLASS_MEMBERS_FROM_ACCESS_SPECIFIERS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/LINE_BREAK_AFTER_COLON_IN_MEMBER_INITIALIZER_LISTS/@EntryValue" value="ON_SINGLE_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/MEMBER_INITIALIZER_LIST_STYLE/@EntryValue" value="DO_NOT_CHANGE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/PLACE_NAMESPACE_DEFINITIONS_ON_SAME_LINE/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_COLON_IN_BITFIELD_DECLARATOR/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_COLON_IN_BITFIELD_DECLARATOR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_EXTENDS_COLON/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_EXTENDS_COLON/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_FOR_COLON/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_FOR_COLON/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_AFTER_REF_IN_DATA_MEMBERS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_REF_IN_DATA_MEMBERS/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_PTR_IN_ABSTRACT_DECL/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_REF_IN_ABSTRACT_DECL/@EntryValue" value="true" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_TEMPLATE_ARGS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_BEFORE_TEMPLATE_PARAMS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_DECLARATION_PARENTHESES/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_EMPTY_BLOCKS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_EMPTY_TEMPLATE_PARAMS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_TEMPLATE_ARGS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/SPACE_WITHIN_TEMPLATE_PARAMS/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_BEFORE_INVOCATION_LPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_AFTER_INVOCATION_LPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_BEFORE_INVOCATION_RPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_BEFORE_DECLARATION_LPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_AFTER_DECLARATION_LPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_BEFORE_DECLARATION_RPAR/@EntryValue" value="false" type="bool" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_ARGUMENTS_STYLE/@EntryValue" value="WRAP_IF_LONG" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/WRAP_PARAMETERS_STYLE/@EntryValue" value="WRAP_IF_LONG" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/BREAK_TEMPLATE_DECLARATION/@EntryValue" value="LINE_BREAK" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/NAMESPACE_DECLARATION_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/FREE_BLOCK_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INVOCABLE_DECLARATION_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/ANONYMOUS_METHOD_DECLARATION_BRACES/@EntryValue" value="END_OF_LINE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INITIALIZER_BRACES/@EntryValue" value="END_OF_LINE_NO_SPACE" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_STYLE/@EntryValue" value="Space" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/INDENT_SIZE/@EntryValue" value="4" type="int" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/CONTINUOUS_LINE_INDENT/@EntryValue" value="Double" type="string" />
<option name="/Default/CodeStyle/CodeFormatting/CppFormatting/TAB_WIDTH/@EntryValue" value="4" type="int" />
</component>
</project>

4
.idea/misc.xml generated
View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
</project>

8
.idea/modules.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/advent.iml" filepath="$PROJECT_DIR$/.idea/advent.iml" />
</modules>
</component>
</project>

8
.idea/vcs.xml generated
View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/lib/libflint" vcs="Git" />
<mapping directory="$PROJECT_DIR$/lib/uthash" vcs="Git" />
</component>
</project>

View File

@ -4,7 +4,10 @@
#include "lfinput.h"
void advent2023day01(void) {
char *input = get_input("input/2023/01");
printf("Solution for Day 01 of 2023 is not completed yet\n");
free(input);
size_t sz = 0;
char **lines = get_lines("input/2023/01", &sz);
del_lines(lines);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day02(void) {
char *input = get_input("input/2023/02");
printf("Solution for Day 02 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/02");
printf("Solution for Day 02 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day03(void) {
char *input = get_input("input/2023/03");
printf("Solution for Day 03 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/03");
printf("Solution for Day 03 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day04(void) {
char *input = get_input("input/2023/04");
printf("Solution for Day 04 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/04");
printf("Solution for Day 04 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day05(void) {
char *input = get_input("input/2023/05");
printf("Solution for Day 05 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/05");
printf("Solution for Day 05 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day06(void) {
char *input = get_input("input/2023/06");
printf("Solution for Day 06 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/06");
printf("Solution for Day 06 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day07(void) {
char *input = get_input("input/2023/07");
printf("Solution for Day 07 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/07");
printf("Solution for Day 07 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day08(void) {
char *input = get_input("input/2023/08");
printf("Solution for Day 08 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/08");
printf("Solution for Day 08 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day09(void) {
char *input = get_input("input/2023/09");
printf("Solution for Day 09 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/09");
printf("Solution for Day 09 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day10(void) {
char *input = get_input("input/2023/10");
printf("Solution for Day 10 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/10");
printf("Solution for Day 10 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day11(void) {
char *input = get_input("input/2023/11");
printf("Solution for Day 11 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/11");
printf("Solution for Day 11 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day12(void) {
char *input = get_input("input/2023/12");
printf("Solution for Day 12 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/12");
printf("Solution for Day 12 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day13(void) {
char *input = get_input("input/2023/13");
printf("Solution for Day 13 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/13");
printf("Solution for Day 13 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day14(void) {
char *input = get_input("input/2023/14");
printf("Solution for Day 14 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/14");
printf("Solution for Day 14 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day15(void) {
char *input = get_input("input/2023/15");
printf("Solution for Day 15 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/15");
printf("Solution for Day 15 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day16(void) {
char *input = get_input("input/2023/16");
printf("Solution for Day 16 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/16");
printf("Solution for Day 16 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day17(void) {
char *input = get_input("input/2023/17");
printf("Solution for Day 17 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/17");
printf("Solution for Day 17 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day18(void) {
char *input = get_input("input/2023/18");
printf("Solution for Day 18 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/18");
printf("Solution for Day 18 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day19(void) {
char *input = get_input("input/2023/19");
printf("Solution for Day 19 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/19");
printf("Solution for Day 19 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day20(void) {
char *input = get_input("input/2023/20");
printf("Solution for Day 20 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/20");
printf("Solution for Day 20 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day21(void) {
char *input = get_input("input/2023/21");
printf("Solution for Day 21 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/21");
printf("Solution for Day 21 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day22(void) {
char *input = get_input("input/2023/22");
printf("Solution for Day 22 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/22");
printf("Solution for Day 22 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day23(void) {
char *input = get_input("input/2023/23");
printf("Solution for Day 23 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/23");
printf("Solution for Day 23 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day24(void) {
char *input = get_input("input/2023/24");
printf("Solution for Day 24 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/24");
printf("Solution for Day 24 of 2023 is not completed yet\n");
free(input);
}

View File

@ -4,7 +4,7 @@
#include "lfinput.h"
void advent2023day25(void) {
char *input = get_input("input/2023/25");
printf("Solution for Day 25 of 2023 is not completed yet\n");
free(input);
char *input = get_input("input/2023/25");
printf("Solution for Day 25 of 2023 is not completed yet\n");
free(input);
}