Add day 8 implementation with input parsing and distance calculations
- Created CMakeLists.txt for day 8 and added it to the main CMakeLists.txt. - Implemented main.cpp for day 8, including functions for parsing input, calculating distances, and processing point combinations. - Added test and puzzle input files for day 8.
This commit is contained in:
parent
6e70ea4a45
commit
9a3e228f00
5 changed files with 1181 additions and 0 deletions
|
|
@ -41,5 +41,6 @@ add_subdirectory(day4)
|
|||
add_subdirectory(day5)
|
||||
add_subdirectory(day6)
|
||||
add_subdirectory(day7)
|
||||
add_subdirectory(day8)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue