Syncing with codecrafters-io/languages
Created by https://github.com/codecrafters-io/languages
This commit is contained in:
parent
42834dc08c
commit
49e9eb6729
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue
Block a user