fn main() { println!("{}", strutils::capitalize_first("this is an example")); println!("Is palindrome? {}", strutils::is_palindrome("Racecar")); }