This commit is contained in:
Mitchell Marino 2023-04-04 13:59:36 -05:00
parent cc66a25d5d
commit 7dcdd3873b

View File

@ -45,7 +45,6 @@ async fn main() {
// basic handler that responds with a static string // basic handler that responds with a static string
async fn root() -> &'static str { async fn root() -> &'static str {
println!("jjjj",);
"Hello, World!" "Hello, World!"
} }