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

7 lines
82 B
Rust
Raw Normal View History

2023-07-23 03:03:23 -07:00
#[no_mangle]
pub extern "C" fn rust_main() {
println!("Hello from rust");
}