Syncing with codecrafters-io/languages
Created by https://github.com/codecrafters-io/languages
This commit is contained in:
parent
22be35c57e
commit
bd203f090b
@ -1,6 +1,7 @@
|
|||||||
// Usage: your_docker.sh run <image> <command> <arg1> <arg2> ...
|
// Usage: your_docker.sh run <image> <command> <arg1> <arg2> ...
|
||||||
fn main() {
|
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!
|
// Uncomment this block to pass the first stage!
|
||||||
// let args: Vec<_> = std::env::args().collect();
|
// let args: Vec<_> = std::env::args().collect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user