backup of start main file
This commit is contained in:
parent
5e779dca6f
commit
d54a522fa6
9
start_main.cpp
Normal file
9
start_main.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
static uint32_t SHARED_COUNTER = 0;
|
||||
|
||||
int main() {
|
||||
cout << "Hello World" << endl;
|
||||
}
|
Loading…
Reference in New Issue
Block a user