From 6e76ec80121b75682c457b48d7cd3b6753dd7790 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 12 Jun 2016 13:53:15 +0300 Subject: [PATCH] Add an empty program for the Sandbox project. --- sandbox/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sandbox/main.cpp 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; +}