ready to start writing the actual code
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
#include "spdlog/spdlog.h"
|
||||
#include <iostream>
|
||||
|
||||
#include <toml++/toml.hpp>
|
||||
// This is the *daemon*
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello from the email tracker's daemon (C++23)\n";
|
||||
spdlog::info("Logger is functional.");
|
||||
|
||||
auto config = toml::parse_file("host-config.toml");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user