pub fn hex_to_char(hex: &str) -> Result<char, ParseIntError>
Takes in a hex code an return the associated char
char