Question #181

Author: admin
tags: Go  
nums := [...]int{1, 2}
What is nums?
Array of 2 integers
Array of 3 integers (1, 2 and 0)
Slice
This is wrong syntax
Rate the difficulty of the question:
easyhard