From bb465085cff1256a155fce93cb3bf90d68624ef8 Mon Sep 17 00:00:00 2001 From: zervo Date: Thu, 13 Mar 2025 07:56:55 +0100 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbe0f87 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Stopwatch + +Extremely simple stopwatch CLI command. + +You start the program, start the timer, which in turn starts counting up. That's it. + +It is very self explanatory. \ No newline at end of file