0 / 60 seg.

What will the output be?

a,b := 1, 2
b,c:= 3, 4
fmt.Println(a, b, c)