fix escaped exclamation marks in main.rs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-14 19:44:27 +00:00
parent fbe463b201
commit 2c82211d04

View File

@@ -15,3 +15,4 @@ async fn main() {
async fn handler() -> Html<&'static str> {
Html("<h1>Mikhail Kilin</h1><p>Full CI/CD pipeline works\!</p>")
}