pub fn add_one(x: i32) -> i32
Add one to the number give
let args= 5; let answer = demothirteen::add_one(args); assert_eq!(6,answer);