diff --git a/src/main.rs b/src/main.rs index c91f252..6c3a91f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -47,7 +47,8 @@ fn main() -> Result<()> { }) .collect::>>()?; - println!("Your code goes here!"); + // You can use print statements as follows for debugging, they'll be visible when running tests. + println!("Logs from your program will appear here!"); // Uncomment this block to pass the first stage // println!("number of tables: {}", schemas.len());