diff --git a/src/main.rs b/src/main.rs index 3c7cdd8..e5499cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -94,7 +94,7 @@ fn list_transfer(list_dst: &mut Vec, list_src: &mut Vec, list_sr // TODO(#3): delete items // TODO(#4): edit the items // TODO(#5): keep track of date when the item was DONE -// TODO: undo system +// TODO(#6): undo system fn main() { initscr();