intro_hacking_ctf/reversing/strings_example.c

7 lines
98 B
C
Raw Permalink Normal View History

2024-02-20 14:52:08 +00:00
#include <stdio.h>
int main() {
printf("plopkoek\n");
printf("CTF{1_h4v3_b33n_str1ng3d}");
}