diff options
author | Teddy Wing | 2022-03-13 13:17:42 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-13 13:17:42 +0100 |
commit | a21943e0e4f3c660134d23d3b88aef42e759e965 (patch) | |
tree | cd45c60d63a4a5a10ffab4a77b912e113bc5db32 /src | |
parent | 1bdc5770b1ff4414dc97f82a412e7abb815361b0 (diff) | |
download | yaqlite-a21943e0e4f3c660134d23d3b88aef42e759e965.tar.bz2 |
main(): Remove "Hello, world" print
Diffstat (limited to 'src')
-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 |