From f0835be9ffcae8e5c74c8fc6a0da2f7bc49343ac Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Mon, 21 Jul 2025 18:57:53 +0200 Subject: Initial commit, daemon hello world --- daemon/src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 daemon/src/main.cpp (limited to 'daemon/src/main.cpp') diff --git a/daemon/src/main.cpp b/daemon/src/main.cpp new file mode 100644 index 0000000..68d0a96 --- /dev/null +++ b/daemon/src/main.cpp @@ -0,0 +1,8 @@ +#include +#include +#include "concurrentqueue/blockingconcurrentqueue.h" + +int main() +{ + std::cout << "Hello, world\n"; +} -- cgit v1.2.3