diff options
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/main.rs b/src/main.rs index 1bc270e..d007729 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,8 +33,6 @@ enum Command {  fn main() { -    println!("Hello, world!"); -      let args = Args::parse();      // Get column names from SQLite | 
