package main import ( "fmt" "os" ) func average2() { fmt.Println(os.Args) }