[][src]Function minigrep_nis::run

pub fn run(config: Config) -> Result<(), Box<dyn Error>>

Adds one to the number given.

Examples

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

assert_eq!(6, answer);