Skip to content

Commit

Permalink
feat: todo binary
Browse files Browse the repository at this point in the history
This will be separate from the main binary as that will house the GUI
in the future. `todo` will be just the CLI to interface with tasks.
  • Loading branch information
GetPsyched committed Jun 25, 2024
1 parent 8be5589 commit f846786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bin/todo/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Not today; come again tomorrow");
}

0 comments on commit f846786

Please sign in to comment.