backup of start main file

This commit is contained in:
Robin Müller 2022-10-05 11:04:27 +02:00
parent 5e779dca6f
commit d54a522fa6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 9 additions and 0 deletions

9
start_main.cpp Normal file
View File

@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
static uint32_t SHARED_COUNTER = 0;
int main() {
cout << "Hello World" << endl;
}