Merge pull request #10 from codecrafters-io/sync

This commit is contained in:
Paul Kuruvilla 2022-02-11 02:08:35 +00:00 committed by GitHub
commit 6a188e709a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
// Usage: your_docker.sh run <image> <command> <arg1> <arg2> ...
fn main() {
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!
// let args: Vec<_> = std::env::args().collect();