package main import "fmt" func AddSix(i int) int { return i + 6 } func main() { fmt.Println("Hello world") }