no-more-secrets-rust/src/lib.rs

7 lines
82 B
Rust

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