Merge pull request #7 from codecrafters-io/sync
This commit is contained in:
commit
70fb266202
|
@ -47,7 +47,8 @@ fn main() -> Result<()> {
|
||||||
})
|
})
|
||||||
.collect::<Result<Vec<_>>>()?;
|
.collect::<Result<Vec<_>>>()?;
|
||||||
|
|
||||||
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
|
// Uncomment this block to pass the first stage
|
||||||
// println!("number of tables: {}", schemas.len());
|
// println!("number of tables: {}", schemas.len());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user