From f8170ea7656fc877f68ad22c950e4367a0123c01 Mon Sep 17 00:00:00 2001 From: louresb Date: Mon, 14 Aug 2023 15:33:11 -0300 Subject: [PATCH] Add link to cryptography solution --- cryptography/SOLUTIONS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cryptography/SOLUTIONS.md b/cryptography/SOLUTIONS.md index 3339763..51ecf07 100644 --- a/cryptography/SOLUTIONS.md +++ b/cryptography/SOLUTIONS.md @@ -6,4 +6,5 @@ Neste tópico, você encontrará uma lista de soluções para o desafio [Criptog |:----------|:--------------------------------------------------| | `Go` | https://github.com/Davi-Arauj/criptografia | | `NodeJS` | https://github.com/rof20004/api-criptografia | -| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br | +| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br | +| `C#` | https://github.com/louresb/CryptographyAPI |