Compare commits

..

2 Commits

Author SHA1 Message Date
Andrei Stoica 944af2a464 formatting 2023-06-15 10:13:15 -04:00
Andrei Stoica 3de2959e12 seperated module into new file 2023-06-15 08:57:19 -04:00
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use std::path::{Path, PathBuf};
use std::process::Command;
//TODO handle unwraps and errors more uniformly
//TODO move TodoFile into its file
//TODO clean up verbose printing
fn main() {