// src/main.rs mod list; mod tests; fn main() { println!("Hello, world!"); }