afaq-addition 0.1.0

Simple test library for adding numbers
Documentation
1
2
3
pub fn add_numbers(num1: i32, num2: i32) -> i32 {
    num1 + num2
}