MCPcopy Create free account
hub / github.com/CleanCut/ultimate_rust2 / splish

Function splish

exercise/testing/src/lib.rs:10–12  ·  view source on GitHub ↗
(a: i32, b: i32)

Source from the content-addressed store, hash-verified

8}
9
10pub fn splish(a: i32, b: i32) -> i32 {
11 -a + 3 * b
12}
13
14// 1. Use the `cfg` attribute to mark the `test` module below as a test module
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected