Sobes.tech
Junior — Senior

What output will appear in the console when running program №57

livecode

Task condition

Determine what output will be produced when executing the following code:

import "fmt"

func main() {
    arr := make([]string, 10)
    fmt.Println(arr)
}