stuff.rs 95 B

1234567
  1. #![crate_name = "stuff"]
  2. #[no_mangle]
  3. pub extern fn f() {
  4. println!("Hello from Rust!");
  5. }