1
2
3
4

pub fn hello() -> String {
  "world!".to_string()
}