test_func

Function test_func 

Source
pub fn test_func()
Expand description

test function

ยงExamples

let arg = 5;
let answer = rust_14::add_one(arg);

assert_eq!(6, answer);