Add solution for 2016 Day 5

- Add Md5 algorithm to library
This commit is contained in:
Thraix
2026-08-15 15:24:22 +02:00
parent c228e8e230
commit bf12e141a6
5 changed files with 201 additions and 12 deletions
+1
View File
@@ -30,6 +30,7 @@
#include "common/lib/Json.h"
#include "common/lib/Mapper.h"
#include "common/lib/Math.h"
#include "common/lib/Md5.h"
#include "common/lib/Timer.h"
#define TERM_RED "\x1B[31m"