pub fn hex_to_dec(hex_string: &str) -> u32
Complete the function which converts hex number (given as a string) to a decimal number.
a returns 10
a