rust-quickie 0.1.1

A CLI tool to quickly run single-file rust apps in a sandboxed environment
1
2
3
4
5
//+ sti = { git = "https://github.com/leddoo/sti" }

fn main() {
    println!("69");
}