From 92a14d375c8cd9dabc32ccb6dcbdf83321af535f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Feb 2023 16:04:35 +0100 Subject: Added config --- main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..84cec43 --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include "weblog.h" + +int main(int argc, char* argv[]) +{ + Weblog weblog; + return weblog.run(argc, argv); +} -- cgit v1.2.3