Skip to content

Commit

Permalink
Add TODO(#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 21, 2021
1 parent b92a4a4 commit 701754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn list_transfer(list_dst: &mut Vec<String>, list_src: &mut Vec<String>, list_sr
// TODO(#2): add new items to TODO
// TODO(#3): delete items
// TODO(#4): edit the items
// TODO: keep track of date when the item was DONE
// TODO(#5): keep track of date when the item was DONE
// TODO: undo system

fn main() {
Expand Down

0 comments on commit 701754c

Please sign in to comment.