nobody 0.1.0

nobody works for you 🙄
Documentation
1
2
3
4
5
6
7
8
9
pub use nobody::*;
fn main(){
    show_banner();
    execution_loop();

}