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:
parent
a81b950952
commit
6e76ec8012
9
sandbox/main.cpp
Normal file
9
sandbox/main.cpp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#include <cstdlib>
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user