From a5c76b4cae498cce9397b68b0a7df291a5a0aab5 Mon Sep 17 00:00:00 2001 From: dek Date: Sun, 12 Apr 2026 19:34:13 +0000 Subject: [PATCH] Add README.MD --- README.MD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..c627521 --- /dev/null +++ b/README.MD @@ -0,0 +1,6 @@ +A simple command-line todo list app built in Rust. +My first Rust project while learning the language. +## Features +- Create tasks with name, priority, and description +- Delete tasks +- List all tasks \ No newline at end of file