health_check test

This commit is contained in:
2025-09-16 23:13:56 +02:00
parent 3721de1e97
commit 244ee3f677
5 changed files with 1782 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
fn main() {
println!("Hello, world!");
use zero2prod::run;
#[tokio::main]
async fn main() {
run().await;
}