roc/examples/breakout/platform/src/main.rs
2022-04-04 10:02:13 -04:00

3 lines
57 B
Rust

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