sqish/src/main.rs
2022-12-20 18:20:37 +01:00

7 lines
64 B
Rust

pub use ::sqish::shell::run_raw;
fn main() {
run_raw();
}