Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 217 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 217 Bytes

A Rust todo list

This little project is a simple to do list implementation with rust using the command line interface.

Features

  • Add a task
  • Remove a task
  • View all tasks
  • Save list in "file_name.txt"