documentation

This commit is contained in:
Wyatt J. Miller 2023-01-04 16:49:25 -06:00
parent 4ca694ffac
commit c1ba59ba3a

View File

@ -1,3 +1,4 @@
/// this is to add one to the number that is passed in
#[no_mangle]
pub extern "C" fn add_one(x: u32) -> u32 {
x + 1