Delete 'src/my-online-judge-master/MYOJ/compile_server/test/test.cc'

master
pk4wt2yal 2 weeks ago
parent f0753c3790
commit 4d30c44c99

@ -1,11 +0,0 @@
#include <iostream>
#include <unistd.h>
using namespace std;
int main()
{
std::string _exe("./temp/1727077555456-1.exe");
execlp(_exe.c_str(), _exe.c_str(), nullptr);
return 0;
}
Loading…
Cancel
Save