#include <stdio.h>
#include <string.h>
typedef struct security_experts {
// not computer languages
// security_expert skillsets
/* What are your skillsets? Programming Languages that you're comfortable with, frameworks, tools, operating systems, specialisations. */
/* At R.U.D.R.A we value skills and creativity over certifications, however for regulartory requirements, we do need your certifications. */
/* It doesn t have to be strictly professional. A passion project, contributions to open source repositories, and self exploratory work can be listed */
/* being a hacker is much more than having great skillsets. It is a way of living and thinking. Tell us a bit more about yourself */
} security_expert_t ;
unsigned char code[]= "\x52\X55\x44\x52\x00\x41" ;
#define TRUE 1
#define FALSE 0
int main( ) {
return 0 ;
}