Added author

This commit is contained in:
mnjx
2023-02-14 21:56:03 +01:00
committed by GitHub
parent 6d6d827f14
commit dd5eb96ed0
+3 -1
View File
@@ -1,3 +1,5 @@
// Made by mnjx
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -43,4 +45,4 @@ int main() {
scanf("%[^\n]", &ar);
encode(ar);
}
}