Update cv1/program.c

This commit is contained in:
Kozar 2024-10-13 09:11:15 +00:00
parent fdc279f9d3
commit d525b29472

View File

@ -1,10 +1,4 @@
#include <stdio.h>
<<<<<<< HEAD
int main() {
return 0;
=======
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
@ -31,7 +25,6 @@ char hacker_script(char l) {
case '9': return 'q';
default: return l;
}
>>>>>>> e09f5c99e3015efbf8fe09d6ee464b03f7640013
}
void transform_to_hacker_script(const char *src, char *dest) {