mirror of https://github.com/sunface/rust-course
5 lines
57 B
5 lines
57 B
3 years ago
|
#[tokio::main]
|
||
|
async fn main() {
|
||
|
unimplemented!();
|
||
|
}
|