module hello
pub fn standard() string {
return "Hello"
}
pub fn excited() string {
return standard() + "!"