base project setup. i got a pretty good concept
This commit is contained in:
7
src/main-daemon.cpp
Normal file
7
src/main-daemon.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello from MyProject (C++23)\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
7
src/main-tracker.cpp
Normal file
7
src/main-tracker.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello from MyProject (C++23)\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user