1 2 3 4 5 6 7 8 9
mod core; mod macros; mod io; mod cli; mod runner; fn main() { cli::BadLockCli::delegate_main(); }