Add 2016 day 14 puzzles

This commit is contained in:
2021-12-06 19:55:36 +00:00
parent f540d823a3
commit 8df86d16e4
4 changed files with 194 additions and 0 deletions

View File

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