A collections of functions for highly efficient programmers.
extern crate oh;
fn main() {
let name = oh::input("What's your name? : ").expect("Error at input");
println!("Oh! So your name is {}!", name);
}To learn more about contributing to this project, read CONTRIBUTING.md