base project setup. i got a pretty good concept

This commit is contained in:
2025-10-23 19:41:03 -05:00
commit 0d01e09ded
5 changed files with 72 additions and 0 deletions

7
src/main-daemon.cpp Normal file
View 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
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main() {
std::cout << "Hello from MyProject (C++23)\n";
return 0;
}