mod args; #[no_mangle] pub extern "C" fn rust_main() { println!("Hello from rust"); }