[][src]Function dp_sample::add_one

pub fn add_one(x: i32) -> i32

Adds one to the number given !!

Examples

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

assert_eq!(6, answer);

Panics

Some sample text

Errors

Some sample text

Safety

Some sample text

Hmmm

Is it working at all?