#include <stdio.h>
const char * id = "JogAmp Windows Universal Test PE Executable";

int main()
{
    fprintf(stderr, "%s\n", id);
    return 42;
}