1
0
Fork 0

Merge pull request #7 from codecrafters-io/sync

This commit is contained in:
Paul Kuruvilla 2022-02-11 02:08:28 +00:00 committed by GitHub
commit 70fb266202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ fn main() -> Result<()> {
})
.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
// println!("number of tables: {}", schemas.len());