1
Fork 0
bautils/source/main.rs

6 lines
38 B
Rust
Raw Normal View History

2023-10-31 13:51:57 +00:00
mod cli;
fn main() {
cli::run();
}