#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <elf.h>
#include <sys/auxv.h>
#include <time.h>

int main(int argc, char *argv[])
{
}
