Skip to content

Commit

Permalink
added_hello_world
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidharth-Singh10 committed Oct 7, 2024
1 parent c271079 commit d8aa38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use rusty_backend::run;

//hello world
#[tokio::main]
async fn main() {
let listener = tokio::net::TcpListener::bind("0.0.0.0:3001").await.unwrap();
Expand Down

0 comments on commit d8aa38b

Please sign in to comment.