1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-02 18:27:28 +01:00

10 lines
189 B
C++
Raw Normal View History

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