package main import ( "fmt" ) func main(){ var cold int = 10 var eatenCount int = 4 fmt.Println("some jerk ate",eatenCount ,"aooles.") }