runner 0.7.0

Utility for running Rust snippets
1
2
3
pub fn answer() -> i32 {
    42
}