Что будет выведено в результате выполнения программы
type Count int func (c Count) Increment(){ c++ } func main(){ car count Count