// src/main.rs
mod list;
fn main() {
println!("Hello, world!");
// TODO argument parsing
// TODO logging
// TODO config file
}