From 4007f966cbf9e2588ac65c32e48aa1fd83d418eb Mon Sep 17 00:00:00 2001 From: Yusuf Cattaneo Date: Mon, 8 Jul 2024 10:40:15 -0400 Subject: [PATCH] add yusuf to hello world --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3bce683..72f81b1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ async fn main() { } async fn handler() -> Html<&'static str> { - Html("

Hello, World!

") + Html("

Hello, Yusuf!

") } async fn shutdown_signal() {