Skip to content

Commit

Permalink
day07 part1
Browse files Browse the repository at this point in the history
  • Loading branch information
JellevanKraaij committed Dec 7, 2023
1 parent 030ea3e commit b968292
Show file tree
Hide file tree
Showing 4 changed files with 1,094 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ add_subdirectory(day02)
add_subdirectory(day03)
add_subdirectory(day04)
add_subdirectory(day05)
add_subdirectory(day06)
add_subdirectory(day06)
add_subdirectory(day07)
1 change: 1 addition & 0 deletions day07/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_executable(day07 main.cpp)
Loading

0 comments on commit b968292

Please sign in to comment.