Hello world!

pub fn is_even(number: &u128) -> bool {
    number % 2 == 0
}