#include "stdio.h" #include "nonstd.h" #include "sched.h" int main(int argc, char** argv) { // On the server, only this file will be executed. printf("Your exploit here\n"); }