Compare commits

...

2 Commits
0.1.1 ... main

Author SHA1 Message Date
minish ab3d19a3c2 Update src/main.rs 2024-09-15 12:57:08 -04:00
minish c3d770ffc1 update 2024-08-02 19:04:51 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
use axum::{Router, routing::get};
async fn index() -> &'static str {
"hi world!"
"Hi World !"
}
#[tokio::main]