graphy_plugin_test_0 0.1.0

A test dll for graphy tests.
Documentation
1
2
3
4
5
6
use std::mem;

#[no_mangle]
pub fn hello_world() {
    println!("hello_world");
}