Crates.io | oh |
lib.rs | oh |
version | 0.0.0 |
source | src |
created_at | 2021-03-16 03:07:51.826195 |
updated_at | 2021-03-16 03:07:51.826195 |
description | A collections of functions for highly efficient programmers. |
homepage | |
repository | https://github.com/yuulive/oh |
max_upload_size | |
id | 369505 |
size | 3,269 |
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