hello-hello 0.1.3

A library for saying hi
Documentation
1
2
3
4
5
6
7
8
#[unsafe(no_mangle)]
pub extern "C" fn hello() {
    println!("Hello!");
}

pub fn hello_hello() {
    println!("Hello!");
}