From b7b32ac7a91c968e62ad32bf09ba3f6bb366ea80 Mon Sep 17 00:00:00 2001 From: tGautot <44877251+tGautot@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:36:09 +0200 Subject: [PATCH] Added newline at the end of file --- hashing/md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashing/md5.cpp b/hashing/md5.cpp index 23e315ada..2c2b728d3 100644 --- a/hashing/md5.cpp +++ b/hashing/md5.cpp @@ -367,4 +367,4 @@ int main() { test(); // run self-test implementations interactive(); return 0; -} \ No newline at end of file +}