Skip to content

Commit

Permalink
day04
Browse files Browse the repository at this point in the history
  • Loading branch information
JellevanKraaij committed Dec 4, 2023
1 parent 4430b31 commit e574175
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ set (CMAKE_EXPORT_COMPILE_COMMANDS ON) #vscode include path checking

add_subdirectory(day01)
add_subdirectory(day02)
add_subdirectory(day03)
add_subdirectory(day03)
add_subdirectory(day04)
1 change: 1 addition & 0 deletions day04/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_executable(day04 main.cpp)
Loading

0 comments on commit e574175

Please sign in to comment.