mobyvb / tasklist

a tool to keep track of tasks and how long you've been working on them
0 stars 0 forks source link

show finished tasks at the top #8

Closed black-crowned-night-heron closed 1 year ago

black-crowned-night-heron commented 1 year ago

I have modified the printTasks() function to separate finished and unfinished tasks into separate lists and print them accordingly. Additionally, I have updated the status of the task to appear at the beginning of the line for each task. The newline literals have been replaced with "\newline".

Resolves #7