1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/sandbox/main.cpp

10 lines
189 B
C++
Raw Normal View History

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