Added author

This commit is contained in:
mnjx
2023-02-14 21:55:16 +01:00
committed by GitHub
parent e06ba844c4
commit b25e1e94f7
+3 -1
View File
@@ -1,3 +1,5 @@
// Made by mnjx
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -36,4 +38,4 @@ int main() {
decode(ar, 25);
printf("\nDecoded: %s\n", ar);
}
}