roc/examples/interactive/cli-platform/src/main.rs
2022-03-07 20:10:50 -07:00

3 lines
57 B
Rust

fn main() {
std::process::exit(host::rust_main());
}