package main
import (
"fmt"
)
func main() {
fmt.Printf("hello world")
}
func hello() string {
return "hello world"