got some libs in
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#include "spdlog/spdlog.h"
|
||||
#include <iostream>
|
||||
|
||||
// This is the *daemon*
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello from MyProject (C++23)\n";
|
||||
std::cout << "Hello from the email tracker's daemon (C++23)\n";
|
||||
spdlog::info("Logger is functional.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
#include "spdlog/spdlog.h"
|
||||
#include <iostream>
|
||||
|
||||
// This is the client
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello from MyProject (C++23)\n";
|
||||
std::cout << "Hello from the email tracker's client.(C++23)\n";
|
||||
spdlog::info("Logger is functional");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user