library_core 0.1.0

My Test Sum Function to publish
Documentation
1
2
3
fn sum(input1: u32, input2: u32) -> u32 {
    input1+input1
}