1 2 3 4 5 6
#[allow(dead_code)] /// add is a helper function which adds two numbers fn add(a: usize, b: usize) -> usize { a + b }