Function adder_of_sean::adder_do

source ·
pub fn adder_do(i: u32, j: u32) -> u32
Expand description

Adds one to the other number.

Examples

assert_eq!(6, adder_of_sean::adder_do(3,3));