Documentation
1
2
3
4
5
extern crate kb;

fn main() {
    kb::main();
}