add_executable(md5 src/md5.cpp)
target_link_libraries(md5 PUBLIC Poco::Foundation)