Skip to main content

simple_chain_sum

Function simple_chain_sum 

Source
pub fn simple_chain_sum() -> u64
Expand description

Compute and return the sum of [1, 2, 3, 4, 5].

Lives in the lib so the bench/test infrastructure can call it natively on the host as well.