We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bafbfc9 + 7b17549 commit 1eb7723Copy full SHA for 1eb7723
src/main.rs
@@ -6,7 +6,8 @@ use std::fs;
6
use std::net::TcpListener;
7
8
fn main() {
9
- println!("Your code goes here!");
+ // You can use print statements as follows for debugging, they'll be visible when running tests.
10
+ println!("Logs from your program will appear here!");
11
12
// Uncomment this block to pass the first stage
13
// let listener = TcpListener::bind("127.0.0.1:6379").unwrap();
0 commit comments