tasi-zsombor / to_do_list-Zsombor_Tasi-CDOF1

A console based application to help keep track of tasks. You should be able to add, delete, complete tasks.
MIT License
0 stars 1 forks source link

Synced adding priority #14

Closed kanyadirichard closed 8 months ago

kanyadirichard commented 8 months ago

The previous version was not synced so I made a new commit. Implemented adding a priority to a new task. After giving the name of the new task the user can choose a priority level (1-3). If no number is given the base priority (1) is matched with the task.

tasi-zsombor commented 8 months ago

Thank you