added missing files

This commit is contained in:
Václav Šmejkal 2022-03-20 18:49:26 +01:00
parent d9a99b9851
commit a73d8e4d48
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vscode/
out/

0
out/.gitkeep Normal file
View File

View File

@ -23,7 +23,7 @@ decryptText(char *text, char *key)
numberBuffer = 1;
//GET LENGHT OF returningText AND textKeyChain
//GET LENGTH OF returningText AND textKeyChain
for (int i = 0; i < strlen(text); i++)
{
if (text[i] == ENCRYPTION_SEPARATOR) numberBuffer++;