5 lines
68 B
Rust
5 lines
68 B
Rust
|
/// The root of all evil.
|
||
|
#[no_mangle]
|
||
|
pub extern "C" fn root() {
|
||
|
}
|