1
0
Fork 0
This commit is contained in:
Florian RICHER 2022-06-21 22:37:45 +02:00
parent 0145968267
commit 898783ca80
9 changed files with 71 additions and 53 deletions

View file

@ -2,4 +2,4 @@ use tuto1::run;
fn main() {
async_std::task::block_on(run());
}
}