From 9465fd744cc2117190bafc1a3e2da9f10ca29bf9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 31 Dec 2022 22:00:11 +0100 Subject: Storage via SQLite, Added tests (WIP) --- 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..c46b53f --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include "whiteboard.h" + +int main(int argc, char* argv[]) +{ + return whiteboard(argc, argv); +} + -- cgit v1.2.3