runner 0.7.0

Utility for running Rust snippets
1
2
3
4
5
6
//: -s
extern crate tokio;
use tokio::time as ttime;

#[tokio::main]
async