Function hex_to_dec

Source
pub fn hex_to_dec(hex_string: &str) -> u32
Expand description

Complete the function which converts hex number (given as a string) to a decimal number.

ยงExample

a
returns 10