Raw File
dummy.c
#include <stdlib.h>

int main(int argc, char* argv[])
{
    return EXIT_SUCCESS;
}
back to top