Add 2016 Day 5 puzzles

This commit is contained in:
2021-12-03 17:13:37 +00:00
parent edc89cd11b
commit 4ba7f6bf14
4 changed files with 119 additions and 0 deletions

View File

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