mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-28 15:09:12 +00:00
5 lines
57 B
Rust
5 lines
57 B
Rust
#[tokio::main]
|
|
async fn main() {
|
|
unimplemented!();
|
|
}
|