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