7 lines
98 B
C
7 lines
98 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
printf("plopkoek\n");
|
||
|
printf("CTF{1_h4v3_b33n_str1ng3d}");
|
||
|
}
|