1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/sandbox/main.cpp
2016-06-12 13:53:15 +03:00

10 lines
189 B
C++

#include <cstdlib>
#include <cstdio>
// ------------------------------------------------------------------------------------------------
int main(int argc, char **argv)
{
return 0;
}