1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Add an empty program for the Sandbox project.

This commit is contained in:
Sandu Liviu Catalin 2016-06-12 13:53:15 +03:00
parent a81b950952
commit 6e76ec8012

9
sandbox/main.cpp Normal file
View File

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