readme 0.1.0

Display README files in the terminal
1
2
3
fn main() {
    println!("Hello, world!");
}