mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-02-02 20:37:14 +01:00
Add an empty program for the Sandbox project.
This commit is contained in:
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user