Skip to content

Commit 2ca835e

Browse files
committed
feat: hello Africa
1 parent 02e2641 commit 2ca835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async fn main() {
1818
}
1919

2020
async fn handler() -> Html<&'static str> {
21-
Html("<h1>Hello, World!</h1>")
21+
Html("<h1>Hello, Africa!</h1>")
2222
}
2323

2424
async fn shutdown_signal() {

0 commit comments

Comments
 (0)