Skip to content

Commit 1eb7723

Browse files
authored
Merge pull request #8 from codecrafters-io/sync
2 parents bafbfc9 + 7b17549 commit 1eb7723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ use std::fs;
66
use std::net::TcpListener;
77

88
fn main() {
9-
println!("Your code goes here!");
9+
// 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!");
1011

1112
// Uncomment this block to pass the first stage
1213
// let listener = TcpListener::bind("127.0.0.1:6379").unwrap();

0 commit comments

Comments
 (0)