Add 2016 day 17 puzzles

This commit is contained in:
2021-12-07 11:05:29 +00:00
parent 9c515351b5
commit 3403a032c5
4 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
find_package(OpenSSL REQUIRED)
target_link_libraries("${puzzle_name}" OpenSSL::SSL)