Files
hospital-server/src/main.rs

7 lines
83 B
Rust
Raw Normal View History

2025-11-06 18:53:37 +03:00
use test_exercise::router;
#[tokio::main]
async fn main() {
router().await;
2025-11-06 18:32:56 +03:00
}