From a21943e0e4f3c660134d23d3b88aef42e759e965 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Mar 2022 13:17:42 +0100 Subject: main(): Remove "Hello, world" print --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3