runner 0.7.0

Utility for running Rust snippets
1
2
let mut map: HashMap<String,String> = HashMap::new();
map.set("hello","dolly");