From 0d9a03201a0876a24989ad8b6138ad414029849c Mon Sep 17 00:00:00 2001 From: Aakarsh Kashyap Date: Thu, 23 Jul 2026 13:26:44 +0530 Subject: [feat]: better readme as well as added priority feature along with a seperate daily task log --- 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..6187ea4 --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include + +auto main(int argc, char *argv[]) -> int { + + + return 0; +} -- cgit v1.2.3