1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-08 11:47:20 +02: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
View File
@@ -0,0 +1,9 @@
#include <cstdlib>
#include <cstdio>
// ------------------------------------------------------------------------------------------------
int main(int argc, char **argv)
{
return 0;
}