aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2022-03-13 13:17:42 +0100
committerTeddy Wing2022-03-13 13:17:42 +0100
commita21943e0e4f3c660134d23d3b88aef42e759e965 (patch)
treecd45c60d63a4a5a10ffab4a77b912e113bc5db32 /src
parent1bdc5770b1ff4414dc97f82a412e7abb815361b0 (diff)
downloadyaqlite-a21943e0e4f3c660134d23d3b88aef42e759e965.tar.bz2
main(): Remove "Hello, world" print
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
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