$ cargo run2025-11-02#hello1fn main() { 2 assert!(create_new_blog_site().is_ok()); 3 todo!("Move everything to here..."); 4}