1
0
Fork 0

Syncing with codecrafters-io/languages

Created by https://github.com/codecrafters-io/languages
This commit is contained in:
Paul Kuruvilla 2022-02-11 01:43:37 +00:00
parent 42834dc08c
commit 49e9eb6729
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());