MCPcopy Create free account
hub / github.com/ahgamut/rust-ape-example / decrease

Function decrease

src/bin/std_misc_arg_matching.rs:10–12  ·  view source on GitHub ↗
(number: i32)

Source from the content-addressed store, hash-verified

8}
9
10fn decrease(number: i32) {
11 println!("{}", number - 1);
12}
13
14fn help() {
15 println!("usage:

Callers 1

part0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected