From d54a522fa602bea9f7e708212992c369fc1650f4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 5 Oct 2022 11:04:27 +0200 Subject: [PATCH] backup of start main file --- start_main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 start_main.cpp 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; +}