diff --git a/sandbox/main.cpp b/sandbox/main.cpp new file mode 100644 index 00000000..f6d76f40 --- /dev/null +++ b/sandbox/main.cpp @@ -0,0 +1,9 @@ +#include +#include + +// ------------------------------------------------------------------------------------------------ +int main(int argc, char **argv) +{ + + return 0; +}