diff --git a/start_main.cpp b/start_main.cpp new file mode 100644 index 0000000..318dcfe --- /dev/null +++ b/start_main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +static uint32_t SHARED_COUNTER = 0; + +int main() { + cout << "Hello World" << endl; +}